[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://wwwphpnet/) To unsubscribe, visit: http://wwwphpnet/unsubphp

[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] 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

[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 Whitaker : :

Re: [PHP] Re: function? variable?

2002-02-12 Thread Jason Whitaker
the code and need to change the page title I change 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

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 site there will be a d

[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 (table border=0 align=center width=100% cellspacing=0 cellpadding=0); where? -- Jason Whitaker -- PHP General Mailing List (http://www.php.net

[PHP] function? variable?

2002-02-11 Thread Jason Whitaker
want the word home from the echo ?witakr home? (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 Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: function? variable?

2002-02-11 Thread Jason Whitaker
I just saw something with my code there.. i have my link tag inside the title tag.. i will have to fix that :) -- Jason Whitaker Jason Whitaker [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : Is there a way to set a variable or is there a function th