| 
 Posted by Jerry Stuckle on 10/31/06 12:27 
mistral wrote: 
> Need php script to create mySQL database programmatically; since 
> hosting configuration may not allow create database from script, script 
> also need eliminate/rewrite all restrictions in appropriate places in 
> that hosting. 
>  
 
You can make a script to create a database.  But you can't make a script  
which will hack the host's security settings. 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
[Back to original message] 
 |