[PHP] PHP - File Edit

2003-06-05 Thread Matt Zur
in the text area e.g. it would mess up the quotes by adding back slashes etc. TIA, -Matt -- Matt Zur [EMAIL PROTECTED] http://www.zurnet.com Need a Web Site??? - Visit... www.zurnet.com 1997 - 2003 - 6th Anniversary!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] more stress on server...

2002-09-21 Thread Matt Zur
statment for the view var and file includes. OR Example 2 -index.php with these links: Home Home Home Any help will be appreciated. -Matt -- Matt Zur [EMAIL PROTECTED] http://www.zurnet.com Need a Web Site??? - Visit... www.zurnet.com 1997 - 2002 - 5th Anniversary!!! -- PHP General

[PHP] message board and gb...

2002-09-09 Thread Matt Zur
e. Thanks. -Matt PHP TOOLBAR (v1.5) for HomeSite v5 - http://zurnet.com/dl/hsphptb -- Matt Zur [EMAIL PROTECTED] http://www.zurnet.com Need a Web Site??? - Visit... www.zurnet.com 1997 - 2002 - 5th Anniversary!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] Re: whitespace...

2002-09-04 Thread Matt Zur
--- > hello > ---------- > > On Wed, 4 Sep 2002, Matt Zur wrote: > > >>How do I remove the whitespace from a document? I consulted the manual >>and it said to use the trim function. But in a large PHP d

[PHP] whitespace...

2002-09-04 Thread Matt Zur
the trim? Like add a header at the top: If you have a 300k php document, won't the source code reveal (after the browser displays the page) a bunch of whitespace. Doesn't this add to dl time and if so, how do I get rid of it. TIA, -Matt -- Matt Zur [EMAIL PROTE

[PHP] Nevermind... I got it... Thanks!

2002-09-04 Thread Matt Zur
Thanks Again! -Matt [EMAIL PROTECTED] wrote: > If you have register globals off, you must use $_POST['name'] and not $name. > Check your php.ini () > > -- > > Nicos - CHAILLAN Nicolas > [EMAIL PROTECTED] > www.WorldAKT.com - Hébergement de sites Internet >

[PHP] Re: post doesn't work?

2002-09-04 Thread Matt Zur
Didn't seem to fix it. -Matt [EMAIL PROTECTED] wrote: > If you have register globals off, you must use $_POST['name'] and not $name. > Check your php.ini () > > -- > > Nicos - CHAILLAN Nicolas > [EMAIL PROTECTED] > www.WorldAKT.com - Hébergement de

[PHP] post doesn't work?

2002-09-04 Thread Matt Zur
there something in the php.ini that I have to change to get vars to post? or some setting somewhere else? -Matt -- Matt Zur [EMAIL PROTECTED] http://www.zurnet.com Need a Web Site??? - Visit... www.zurnet.com 1997 - 2002 - 5th Anniversary!!! -- PHP General Mailing List (http://www.php.net

[PHP] whoops... here's the address...

2002-08-31 Thread Matt Zur
http://zurnet.com/dl/hsphptb/ -Matt Matt Zur wrote: > I released v1.5 today for my PHP toolbars for HomeSite v5.0. The > toolbars are free! > > The biggest change was the additiona of a separate toolbar for db's. > So I'm asking for any suggestions to improve t

[PHP] database suggestions...

2002-08-31 Thread Matt Zur
any other suggestions, send them along as well. -Matt -- Matt Zur [EMAIL PROTECTED] http://www.zurnet.com Need a Web Site??? - Visit... www.zurnet.com 1997 - 2002 - 5th Anniversary!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] few things...

2002-08-30 Thread Matt Zur
phptb/ Version 1.5 Coming Soon!!! -- Matt Zur [EMAIL PROTECTED] http://www.zurnet.com Need a Web Site??? - Visit... www.zurnet.com 1997 - 2002 - 5th Anniversary!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Toolbar for Homesite...

2002-08-29 Thread Matt Zur
I made a php toolbar for Homesite v5. It's currently at v1.0 right now, but I'm looking for any suggestions anyone might have for the next version. http://zurnet.com/dl/hsphptb/ -- Matt Zur [EMAIL PROTECTED] http://www.zurnet.com Need a Web Site??? - Visit... www.zurnet.com 1

[PHP] filter records... how?

2002-08-27 Thread Matt Zur
arr_data = explode($delim, $arr_lines[$i]); print $arr_data[0].' '.$arr_data[1].' '.$arr_data[2].''; } But where do I add an IF statement if that is what is needed? '; } fclose($file); ?> TIA! -Matt -- Matt Zur [EMAIL PROTECTED] http://www.zurnet.com N

[PHP] newbie... - undefined var

2002-08-26 Thread Matt Zur
blem there. BUT on the index.php I want to write this if statement: if ($vw == "") { write this code } But then I get an error that the var is non defined. Do all vars in PHP have to be defined first? If it isn't defined, doesn't the program assume it's value is n