the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?
php libs/ browsercap.in
ok i have a host that refuses to stay current. they control my php settings and libs. is there a way
php is not recognized as an internal or external command
Hello,
I am trying to bake the code in CakePHP through my console.
I have changed my Path
Schedule editor
Hi,
I have a question related to Schedule editor.
If we schedule a BLS for every 30
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Why is this query failing?
Why is this not working?
$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo
Two warning messages
Quote<b>Warning</b>: mysql_real_escape_string() expects parameter 1 to
Form a inline view based on the results of the previous query?
Hi Experts,
Can we form a inline view on the results of a previous query (another inline view)?