[PHP] Tagi It!

2002-04-18 Thread Jason Whitaker
an example: http://www.geocities.com/babied0ll/tagit.html -- Jason Whitaker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP

2002-04-16 Thread Jason Whitaker
I am looking for a PHP chat for disscussing php/mysql. anyone know of any? -- Jason Whitaker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MySQL Query

2002-03-04 Thread Jason Whitaker
OK, I need to know is there a place where i can find out how to pull information(TEXT) from a MySQL DB table and print where i place a variable in a php page? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] text grabber

2002-02-14 Thread Jason Whitaker
How do i pull text from one file and have it print to another? example: I have a site where i use a table alot on alot of different pages but i dont want to type out the table each time but rather use php to grab the table from file-1.txt and print it on file-2.php? -- Jason Whitaker

[PHP] Re: Functions

2002-02-13 Thread Jason Whitaker
Ok, thanks, both of you :) -- Jason Whitaker "Jason Whitaker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : Is there a website that lists all the default functions and variables? : : EI: $REMOTE_ADDR AND $PHP_SELF : : -- : : Jason

[PHP] Functions

2002-02-13 Thread Jason Whitaker
Is there a website that lists all the default functions and variables? EI: $REMOTE_ADDR AND $PHP_SELF -- Jason Whitaker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Parse Error

2002-02-12 Thread Jason Whitaker
I was missing a double-quote in a higher line... thanks guys -- Jason Whitaker "Dl Neil" <[EMAIL PROTECTED]> wrote in message 218c01c1b41b$8aaf1050$c200a8c0@jrbrown">news:218c01c1b41b$8aaf1050$c200a8c0@jrbrown... : Ok Jason, : : > "Parse error: parse error, e

[PHP] Parse Error

2002-02-12 Thread Jason Whitaker
Ok I got this error: "Parse error: parse error, expecting `','' or `';'' in c:\www\hosted\witakr\index.php on line 20" this is line 20: print (""); where? -- Jason Whitaker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: function? variable?

2002-02-12 Thread Jason Whitaker
I'm sure i confused someone... The $pagetitle1 and $pagetitle are supposed to be the same... I made a couple typos -- Jason Whitaker "Jason Whitaker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : OK,... : : For each page on my s

Re: [PHP] Re: function? variable?

2002-02-12 Thread Jason Whitaker
hange it where I set the variable. EI: $pagetitle1 = "Home" //For the Home page $pagetitle = "News" //For the news page $pagetitle1 = "Link" //For the Links page Now, assuming you all understood what Ijust said... Is it possible? -- Jason Whitaker "Steven Wal

[PHP] Re: function? variable?

2002-02-11 Thread Jason Whitaker
? : : ei: : : // : // : // : // ?> : // : // : // : // : : where as i would want the word "home" from the echo "" (or : what ever word that may be in place of the word home) to print to say.. a : certain place in the body of the page? : : : Jason Whitaker : : -- PHP General Mailin

[PHP] function? variable?

2002-02-11 Thread Jason Whitaker
place of the word home) to print to say.. a certain place in the body of the page? Jason Whitaker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php