Forum: Programming & Scripting
2003-09-13, 07:19 PM
|
|
Replies: 21
Views: 5,413
Hop over to Script School...
Hop over to Script School (http://www.scriptschool.com) and take TDavid's 16 part (you set the pace) course on PHP. That's where I started learning PHP and now it's what I do for my living. The...
|
Forum: Programming & Scripting
2003-09-13, 06:17 PM
|
|
Replies: 21
Views: 5,413
Good point Alex!
Another tip is to always...
Good point Alex!
Another tip is to always perform your own error handling. For example:
<?php
$query = "SELECT * FROM my_table WHERE my_field='some_value'";
// note that I preceed all mysql...
|
Forum: General Business Knowledge
2003-09-07, 09:10 AM
|
|
Replies: 6
Views: 2,059
If it weren't 5am and I hadn't just spent the...
If it weren't 5am and I hadn't just spent the past 20 hours rebuilding my computer I'd post the actual PHP code to accomplish exactly what s/he wants.
It's going to use the mt_srand, mt_rand and a...
|
Forum: General Business Knowledge
2003-09-07, 09:05 AM
|
|
Replies: 18
Views: 2,469
|
Forum: Programming & Scripting
2003-09-07, 08:54 AM
|
|
Replies: 6
Views: 4,470
Almost right there Nickk. :D
first log into...
Almost right there Nickk. :D
first log into mySQL as Nickk said. But do not do the "use" command yet.
type: create database <databasename> \g
type: use <databasename> \g
type: grant all on...
|
Forum: Chit Chat
2003-08-27, 09:23 PM
|
|
Replies: 14
Views: 2,606
HAHAHA! Congrats Marie!
Run your name thru...
HAHAHA! Congrats Marie!
Run your name thru http://www.googlism.com/ and see what comes back.
Here's what Google has to say about GreenGuy: http://www.googlism.com/index.htm?ism=greenguy&type=1
|
Forum: Chit Chat
2003-08-27, 09:15 PM
|
|
Replies: 17
Views: 2,250
#*&!&#@^#@!!!
Go figure, we get 350 days...
#*&!&#@^#@!!!
Go figure, we get 350 days (avg) of clear skys per year so on the night of witnessing something the *truly* a once in a lifetime event we get hammered with a sandstorm/monsoon....
|
Forum: General Business Knowledge
2003-08-27, 03:12 AM
|
|
Replies: 135
Views: 22,269
|