[PHP] Re: Yet another question

2002-10-30 Thread Trasca Ion-Catalin
Yes, this works, but only if I include the file before the use of the variable, but, what if I use the include() after the use of the variable? -- Trasca Ion-Catalin Tjoumaidis [EMAIL PROTECTED] wrote in message news:3DBF8DE6.70701;freemail.gr... Yes if you include the file include (file

[PHP] Jump Menu

2002-10-30 Thread Trasca Ion-Catalin
How can I read the values from a jump menu? -- Trasca Ion-Catalin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Another question

2002-10-29 Thread Trasca Ion-Catalin
If I have a page with frames, how can I get the title of the frameset to be the title of the main frame? I want this title to change every time the visitor change the page. Any help? -- Trasca Ion-Catalin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Yet another question

2002-10-29 Thread Trasca Ion-Catalin
It's posible to call a variable from another file? -- Trasca Ion-Catalin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Question!

2002-10-27 Thread Trasca Ion-Catalin
. I use apache 2.40 and php 4.2.3 -- Trasca Ion-Catalin Justin French [EMAIL PROTECTED] wrote in message news:B9E18359.154A1%justin;indent.com.au... That's impossible to answer!! My guess is that the few letters you change affect the way the script runs, so it's probably causing an error

[PHP] Question!

2002-10-26 Thread Trasca Ion-Catalin
If I have a php file who calls another php file which change some letters on the first file, why my php code on the first file won't work anymore? I hope I was explicit enough in my question. -- Trasca Ion-Catalin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Mail form

2002-10-25 Thread Trasca Ion-Catalin
? echo (Ai trimis numele $numele); ? /div /body /html the mail command is commentet for testing purpose, I don't want to receive a e-mail every time I test the script. -- Trasca Ion-Catalin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Mail form

2002-10-25 Thread Trasca Ion-Catalin
Now I noticed that I can't take any variable from another file. It's my programs fault or I have to modify something in Apache or PHP? -- Trasca Ion-Catalin Trasca Ion-Catalin [EMAIL PROTECTED] wrote in message news:20021025100207.89943.qmail;pb1.pair.com... Why my mail prcessing script don't