View previous topic :: View next topic |
Author |
Message |
Arctic -
Joined: 24 Sep 2004 Posts: 560
|
Posted: Sun May 01, 2005 10:20 pm Post subject: PHP and MySQL |
|
|
A message
Last edited by Arctic on Sat Apr 20, 2019 5:24 pm; edited 1 time in total |
|
Back to top |
 |
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon May 02, 2005 3:45 pm Post subject: |
|
|
i know how to do this with php and no mysql but not with mysql. I think I have how to do it with just PHP on one of my other sites. If you need it, I'll dig it out. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Arctic -
Joined: 24 Sep 2004 Posts: 560
|
Posted: Mon May 02, 2005 4:54 pm Post subject: |
|
|
A message
Last edited by Arctic on Sat Apr 20, 2019 5:24 pm; edited 1 time in total |
|
Back to top |
 |
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon May 02, 2005 7:59 pm Post subject: |
|
|
Fraid not. I'm looking for one myself. If I find one I'll let you know. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Arctic -
Joined: 24 Sep 2004 Posts: 560
|
Posted: Mon May 02, 2005 9:30 pm Post subject: |
|
|
A message
Last edited by Arctic on Sat Apr 20, 2019 5:24 pm; edited 1 time in total |
|
Back to top |
 |
 |
MonkeyNation -
Joined: 05 Feb 2005 Posts: 921 Location: Cardiff
|
Posted: Tue May 03, 2005 6:51 pm Post subject: Re: PHP and MySQL |
|
|
Arctic wrote: | Okay, I need some help.
Can someone tell me how I can include the HTML data from a MySQL table? So it would be: www.trielite.net/?p=table_name
And then it would include the data from that table in a certain area? (Maybe with PHP includes?)
Can you also explain how the code works? |
$sql = mysql_query("SELECT * FROM '".$_GET['p']."'");
$data = mysql_fetch_array($sql);
echo $data;
I really have no idea what you mean, just a guess =P _________________
 |
|
Back to top |
 |
 |
|