This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by danwa
Tue Oct 18, 2011 7:46 am
Forum: Scripting Help
Topic: Returning Results
Replies: 4
Views: 4292

Thanks for letting me know guys :)
by danwa
Mon Oct 17, 2011 11:56 pm
Forum: Scripting Help
Topic: Returning Results
Replies: 4
Views: 4292

Returning Results

Using this in conjunction with the mysql eggdrop module http://www.barkerjr.net/eggdropmodules.html http://wiki.barkerjr.net/wiki/MySQL_Module#Tcl_Commands proc mysql {n u h c a} { mysql_connect dbname dbhost dbuser dbpass mysql_query "select * from Residential WHERE Phone1 = 'a'" puthelp ...