not understanding pattern matching833 (7/11/2012 10:35:01 PM) comp.lang.php I am wanting to change words in a string that has special tags.
Ex. "This is a %/i%special%i% word in the string."
If I want to replace any word between the %/i% and %i% what would I do?
I messed with preg... null5451(36)
Php #9847 (7/17/2012 3:59:52 AM) comp.lang.php
Where can i learn php..? how much it costs..?
--
*'California website design' (http://www.incion.com) | 'Small business
ecommerce' (http://www.incion.com) | 'Small business website'
(http://www.inc... Kim_smith.5ftw5z(1)
decode encoded url1139 (7/17/2012 5:47:08 AM) comp.lang.php Hi,
I have a url that refers to a css background like:
url(./sites/all/themes/marinelli/img/backgrounds/men's_and_ladys'_nights.jpg);
But now I'm wondering how I possibly should name that file or... ron.eggler(223)
Is my array understanding correct?220 (8/2/2012 3:28:38 PM) comp.lang.php
array("chart"=>"Camel Back","Flip"=>"Just What I
Need","Label"=>"MGM K14086","Date"=>"12/8/69"),
"Aaron Neville" => array("chart"=>"She Took You For A Ride","Flip"=>"Space
Man","Label"=>"Parlo 103","Date... noreply941(182)
php and PDO Error HTTP 500624 (9/14/2012 9:09:56 AM) comp.lang.php I get this http error 500 within a page when i want to connect to a
postgresql database.
This database is working well in command line ($ psql ...)
Although i got an error message using the php script :
... unbewusst.sein88(49)
Only Allow exec in CLI5119 (9/23/2012 11:14:37 PM) comp.lang.php For security I am looking to add exec() and similar commands to the disable=
functions setting in php.ini but I do have a need to execute command line =
commands within a cron job I am writing in PHP. I beli... cloudpresshosting(9)
Verifying time in php2032 (10/14/2012 9:45:37 AM) comp.lang.php I have a form that has the following entry fields:
hours
minutes
seconds
I need the time in seconds and that works:
$realtime=$_POST['hours']*3600+$_POST['minutes']*60+$_POST['seconds'];
However peopl... houghi(239)
Problem creating XML file538 (11/7/2012 12:42:52 PM) comp.lang.php I need to create this structure
I tried doing:
$docAzione = $azione->addChild('docAzione');
while ($row_files = mysql_fetch_array($result_files,MYSQL_ASSOC)) {
......
... dandi.box(37)