[PHP] test

2002-07-09 Thread Vincent Kruger

[PHP] testing :: sorry

2002-07-09 Thread Vincent Kruger

[PHP] (OT) News Reading

2002-07-10 Thread Vincent Kruger
2nd attempt LOL Rejected first request coz this message is (ot) What is the best news reader that there is out there on the I-net??? Please submit your votes then we can all seee. I'm sick of outlook express handling this news on php and all the other lists i'm subscribed to... Please

Re: [PHP] Re: Binary Files :: They Keep Adding Blocks

2002-07-18 Thread Vincent Kruger
yeah but your check i get this funny little square in note pad. it's a line carier... but if i take it out then everything is one line which i don't want. and if i take it out and then put it in again i'm back to sqaure one. - Original Message - From: Jason Wong [EMAIL PROTECTED]

[PHP] Switch() ?????

2002-05-25 Thread Vincent Kruger
I have a script that switches. switch($pid) { case 1: break; case 2: break; } Now I'm doing a check in case 1 and if everything goes well, i want to switch directly to case 2 while the script is runny. How would i do that ??? -- PHP General Mailing List

[PHP] Function Switch($pid) - NEED HELP

2002-05-25 Thread Vincent Kruger
I have a script that switches. switch($pid) { case 1: break; case 2: break; } Now I'm doing a check in case 1 and if everything goes well, i want to switch directly to case 2 while the script is runny. How would i do that ??? -- PHP General Mailing List

[PHP] Adding Sessions Secretly....

2002-05-25 Thread Vincent Kruger
Adding data to session is the easy part! Now i want to be clever and sneeky by adding data to the session with out actually leaving the page that i am currently on. Sort of like www.audiogalaxy.com when you click the satelite icon to download an mp3. -- PHP General Mailing List

[PHP] Re: PHP and JavaScript

2002-05-26 Thread Vincent Kruger
You need to define the type of file you are creating. Like when you create wml pages with php. Header(Content-Type: text/javascript); or summing to that effect. have a look at www.weberdev.com Mp [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, php-general,