Imtehbegginer Posted December 16, 2006 Share Posted December 16, 2006 Some of the install scripts, like SMF, and IPB, vBulletin, and others.Have a folder named "sql". I wana know how to execute one of the scripts in there, from the install script itself.Can anyone tell meh..? Link to comment https://forums.phpfreaks.com/topic/30908-excecuting-other-files/ Share on other sites More sharing options...
trq Posted December 16, 2006 Share Posted December 16, 2006 I should imagine it would be easiest to execute the sql fiel from the terminal [i]mysql[/i] application. Something like...[code]exec("mysql \. install.sql");[/code]However, why note check out some of these install scripts t see how they do it. Link to comment https://forums.phpfreaks.com/topic/30908-excecuting-other-files/#findComment-142575 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.