You are right jpadie,
but I need to send email to my 1500 newsletter subscribers, my code must loop and retrieve the email addresses form the database and send first 100, then the code must stop for 5 seconds and retrieve the next 100 etc ... , to give the SMTP server a considerable chance to...
i have a text file contains ie:
# my_first_title #
my first subtext .
my second subtext .
my third subtext .
# my_second_title #
my A_first subtext .
my A_second subtext .
my A_therd subtext .
etc...
Question: How to convert it to XML using php? to :
<title> my_first_title </title>
<text>my...
Thank you all,
Now I use this code for non Latin text:
<?
$text = "632YourNonLatinText";
preg_match('/^([0-9]+)*([^.]+)*/i',$text,$matches);
echo "this is $matches[1] and $matches[2]";
?>
I have the following series of strings ie:
$str = "7hi"
or
$str = "15hello";
my question: how to print :
" this is 15 and hello "
I tried :
<?
$str = "15hello";
$results = preg_split('/^[0-9]+/', $str);
echo "this is $results[0] and $results[1]";
?>
but it wont print $results[0] as 15 !! it...
Thank you linney for your reply.
the CDROM drive is not working, this is the main problem. bios allow to boot via network, I'm looking for the scenario and what must I do to reach some share in the network to boot the recovery CDs.
i post this in: PC hardware - Hard drive issues forum
vaio laptop can't boot via cdrom, i installed linux on it using networking boot, I'm looking to recover the XP . is there any method to boot over network and reach some share to boot the recovery CDs?
thanks in advance .
vaio laptop can't boot via cdrom, i installed linux on it using networking boot, I'm looking to recover the XP . is there any method to boot over network and reach some share to boot the recovery CDs?
thanks in advance .
I have the folloing html file:
-------------------------
1:1 first record<br>
<br>
1:2 another one<br>
<br>
1:3 this one<br>
<br>
1:4 last record<br>
<br>
-------------------------
I need to insert the data of this file in a mysql DB table as:
insert into my_table ( foo, bar, mytext ) values...
I installed The cyrus-imapd package on FC3, then:
chkconfig --level cyrus-imapd on
chkconfig --list
I get:
cyrus-imapd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
but still the server does not have a service running on port 143 (imap).
any help ?
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.