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
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
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
---
> 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
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
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
>
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
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
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
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
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
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
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
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
14 matches
Mail list logo