[php-list] lowongan web developer free lance

2006-01-25 Thread Teddi
Mohon maaf, ikut numpang iklan loker. Saat ini kami sedang membuthkan 1 orang untuk bekerja sebagai Web develepor untuk membenahi satu project yang sudah hampir selesai 80% Pekerjaan dilakukan di tempat si pelamar, pembayaran dilakukan setelah pekerjaan selesai dalam jangka waktu tertentu. scope

[php-list] Echoing $_POST and $_GET hashes to the screen

2006-01-25 Thread Marian Briones
I am testing a form with lots and lots of fields and gearing all of my scripts to predeclaring variables so I can have globals turned off (per my ISP's request) and is there an easy way I can just have the hashes print to the screen so I can print it out and avoid potential typos when I am predecla

Re: [php-list] Redirect a user

2006-01-25 Thread Brian Cummiskey
Nick Vettese wrote: > I am looking to create a directory Nick, this is VERY buggy with php. I meesed with it for weeks before i gave up and moved on to a mod_rewrite version that appears to the user to do the same thing. The problem, is that when a directory is created with php, it is not CH

[php-list] Redirect a user

2006-01-25 Thread Nick Vettese
I am looking to create a directory when a user logs in, and have that user redirected to their page logon. I have this script, which I haven;t implemented, but I would like your opinion. // Define the URL for when the user is logged in $url = 'http://' . $_SERVER['HTTP_HOST'] . dirname($_SERVER[

Re: [php-list] checkdnsrr fatal error

2006-01-25 Thread James Keeline
--- Zakir Hussain <[EMAIL PROTECTED]> wrote: > Hello Friends, > > Can any one help, i am getting the following error. If i use the > following script. > > PHP Fatal error: Call to undefined function checkdnsrr() > > Regards, > Zak A quick check of the manual indicates that this function is

Re: [php-list] checkdnsrr fatal error

2006-01-25 Thread Mohamed BADR
there's a function called checkdnsrr() it must be present in the page if not place it because the code can't find it - Original Message - From: Zakir Hussain To: php-list@yahoogroups.com Sent: Tuesday, January 24, 2006 9:01 PM Subject: [php-list] checkdnsrr fatal error

[php-list] checkdnsrr fatal error

2006-01-25 Thread Zakir Hussain
Hello Friends, Can any one help, i am getting the following error. If i use the following script. PHP Fatal error: Call to undefined function checkdnsrr() Regards, Zak Community email addresses: Post message: php-list@yahoogroups.com Subscribe:[EMAIL PROTECTED] Unsubscribe: [E

[php-list] Pass the declare variable through the header's

2006-01-25 Thread No Preference
I'm quite new in PHP, just wonder's is it possible to declare and pass the variable through the html header's? Recently one of my client pass me this php code and expecting me to extract the variable from the html header's. How do I do that? http://localhost:8080/www/";, 1); ?> In this case th