Re: [PHP] Q. Adding line numbers to highlighted source

2003-04-03 Thread Burhan Khalid
://www.php.net/manual/en/function.highlight-file.php -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newbie

2003-04-02 Thread Burhan Khalid
0 You have two options : 1. turn off warnings 2. edit the php.ini settings as it states by setting ... -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Email advice

2003-04-02 Thread Burhan Khalid
can control the delivery of email for my entire network. Works wonders, and you don't have to worry about your ISP SMTP service choking on multiple emails. Hoping this helps, -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] uploading entire directory, with or without compression...

2003-04-02 Thread Burhan Khalid
the client for security permissions, since client apps do not have access to the remote file system (for good reason). Either that, or you can write a Java applet to do it. Bottom line, no way to do it with PHP, but if you really want it done, look to other languages. -- Burhan Khalid phplist

Re: [PHP] Menu from Directory

2003-04-02 Thread Burhan Khalid
REFERENCE DOWNLOAD) Let me know if this is what you were after and I will post the code. Its just two functions. -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Html forms to php scripts

2003-04-02 Thread Burhan Khalid
. Any help would be appreciated. php 4.2.2 registered_globals is off by default in your version of PHP (its in the release notes) so, try replacing your echo statement with echo $_POST['ttt']; and see if that helps. -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List

Re: [PHP] So many functions!

2003-04-02 Thread Burhan Khalid
) = each($lang)) { echo $key. : .$val; } -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File Searching problem

2003-04-01 Thread Burhan Khalid
$result_array; } Call it like this : $file_list = getFiles(/parent/sub); Regards, -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML Problems

2003-03-20 Thread Burhan Khalid
Hello List, Having some serious headaches trying to fix XML integration into a PHP class. Am new to XML, but have been comfortable with PHP for quite a while so please reply accordingly. Here is the problem : * Data handing functions are being called multiple

<    1   2   3   4   5   6