|
Posted by J.O. Aho on 10/14/96 11:53
Frankly wrote:
> "J.O. Aho" <user@example.net> wrote in message
> news:4i7uh0F2i36dU1@individual.net...
>
>> I'll make a simple example on how to use a join in your own php script,
>> but you have to wait to tomorrow, as I should be sleeping right now.
>> //Aho
>
> lol i have seen your SIMPLE SCRIPT.
> i really have to hurry up and finish what i have to do and get working on
> your simple script.
It's quite simple, even if it may look as much
1. Connect to sql server, check if it failed or not
2. Select the database to work with, check if it failed or not
3. Select a query depending on what has been selected in the drop down menu
4. Send the query to database and fetch the result
5. Loop trough the results and type them out
6. Disconnect from the sql server
As it don't do much, it's simple. :)
//Aho
Navigation:
[Reply to this message]
|