Mickie D
12-31-2003, 01:39 PM
i have a tv guide software i am using and i want to intergrate it into my forums
i can make pages intergrate into vb no problem its jsut the mysql parts i am stuck with :( (never worked with mysql).
ok basicly i am using the implode() command to get a cgi file that stores the tv guide and show it on my tvguide.php php (i have it working)
the problem is i have 200 channels and dont want 200 implodes on my page even though it can be shorter i would rather get the url to the .cgi file in a database
i.e www.mysite.com/cgi-bin/tele/something.cgi
i want that above saved as text i can just call with a $tvguide from a php page ??
anyone know how to create the mysql table for this ???
thanks in advance
Mickie
i can make pages intergrate into vb no problem its jsut the mysql parts i am stuck with :( (never worked with mysql).
ok basicly i am using the implode() command to get a cgi file that stores the tv guide and show it on my tvguide.php php (i have it working)
the problem is i have 200 channels and dont want 200 implodes on my page even though it can be shorter i would rather get the url to the .cgi file in a database
i.e www.mysite.com/cgi-bin/tele/something.cgi
i want that above saved as text i can just call with a $tvguide from a php page ??
anyone know how to create the mysql table for this ???
thanks in advance
Mickie