Note that when using addslashes() on a string that includes cyrillic characters, addslashes() totally mixes up the string, rendering it unusable....
btw: (PHP 4.1.2 + 4.3.2) echo gettype(defined('SOMETHING')); integer ---- Manual Page -- http://www.php.net/manual/en/function.defined.php...
Why don't you guys update your manual? The manual over at zend.com ( http://zend.com/manual/ ) is almost always newer. ---- Manual Page --...
The following picture is missing from the server: http://www.php.net/manual/en/images/diophantine-equation.png Regards Carl Friis-Hansen ----...
Note Submitter: s_keyser@hotmail.com ---- the function sybase_connect( ) returns 1 upon login and/or password incorrect
The ISO 8601 timeformat required in XML-RPC needs a colon in the time zone offset (-05:00 vs. -0500). However, the time zone offset output "O" in PHP...
<html> <head> <title>PHP Test</title> </head> <body> <?php echo "<p>Hello World</p>"; ?> </body> </html> ---- Manual Page --...
If you not running => PHP 4.2.0 here's a function. The file needn't be writeable. ---------------------- <?php function md5_of_file($file) {...
also nice: while (TRUE) { ... break; } ....if you've got very many conditions to check and need a complex if-construct, this may be more...
Hi there, Does anyone know how to get the provider of the visitor of your webpage ?? thnx ! Diederik ---- Manual Page --...
Please take note I have same problem. While using with DB2. ---- Manual Page -- http://www.php.net/manual/en/function.odbc-primarykeys.php Edit...
for ($n=5;$n<=100;$n++){ for ($m=2;$m<=$n-1;$m++){ if ($n%$m==0){ $primo=false; break; }else{ $primo=true; } } if ($primo==false){
Heres a md5_checksum function I made, it works on local and remote files. You can specify which mode to use, local or remote mode. Also if you use...
Note Submitter: Ron ---- Thanks, that worked for me, much appreciated... :)
Thanks, that worked for me, much appreciated... :) ---- Manual Page -- http://www.php.net/manual/en/function.gd-info.php Edit Note --...
I have installed php 5.0 along with mysql 3.23 on windows XP, using apache 1.3. I am having difficulty getting information from my php files to send...
If you want a really neat solution just go to the control panel and mess around with all the crap in there then open up your internet and pray that...
i have a cheerleader here wants to help with my paper. ill let her do all the work and maybe later ill rape her. ---- Manual Page --...
In response too: -------------------- "Be careful when you use something like index.php?showpage=news.php and include() that $showpage file....
There are already some functions for numbering and highliting a string containging PHP sourcecode on this site, but they were buggy or wasted...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules