Вы чего мозги парите? $str = iconv("CP1251","UTF-8","Привет Алло"); echo $str; echo iconv("UTF-8","CP1251",$str); и все!!!! а ваши функции...
It appears that include files are searched for: 1) In the _current directory_ , then 2) In the same directory as the file containing the include...
<?PHP show_source("function.fopen.php"; ?> That one is very useful. ---- Manual Page -- http://www.php.net/manual/en/function.fopen.php Edit...
I found it necessary to rewrite the print_r function as the return syntax was available on the system I was using. For those interested, the...
Fatal error: Call to undefined function: mssql_connect() in /var/www/html/global/sp/classes/database.php on line 15 how i can fix this please!! ...
Thank you for the links to the combined packages... A Godsend ---- Manual Page -- http://www.php.net/manual/en/tutorial.php Edit Note --...
Note Submitter: Scott ---- Thank you for the links to the combined packages... A Godsend
what happen?!?!?!?! put it back on, PLEASE!!!! ---- Manual Page -- http://www.php.net/manual/en/function.main.php Edit Note --...
yes make sute it is to 777. Unlink is the easiest way to do it. ---- Manual Page -- http://www.php.net/manual/en/function.unlink.php Edit Note ...
Windows user. My problem is with the function mail and detected the follow error: Warning: Failed to Connect in c:\archivos de programa\apache...
Hmmm. For dehtmlising (detaging) strings use strip_tags. Its easier and works better. ---- Manual Page --...
This is a very simple example using ticks to execute a external script to show rx/tx data from the server <?php function traf(){ passthru(...
dragon_rage4's code has a mistake: "if ($myVar == $myVar++)" will always evaluate to true, so the second case will also print "They are equal". ...
i was write a shopping cart script which use sessions. when i'm logged in, put some items in the cart then logout. i was looking: the session was...
In responce to this: "It should be noted that both SORT_REGULAR and SORT_STRING appear ot be case sensitive, list words beginning with capitals...
In response to the comment by: digerati at n0spam dot bellsouth dot net The comment about using include() was showing how templating could be...
I've had this problem with phpnuke and now this download prog that I got, I have no idea what it is, never seen it before, if you or anyone could...
Windows 2003 Web Edition + PHP 4.2x or more... how to install and config: JUST 5 STEPS: 1) copy php4ts.dll into c:\windows\system32\ 2) copy...
######### BEWARE ########## There is a bug (or at least an unexpected feature of ob_implicit_flush) that has been already discussed on the PHP...
If no bit is found (ie 10 is last bit and you are starting to search at 11) -1 is returned. ---- Manual Page --...
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