Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for Wale Adegbite

I will appreciate if anybody can put me through how to convert project coded in PHP MySQL into standalone .exe

Member Avatar for diafol
0
74
Member Avatar for Wale Adegbite

I want to populate a table from database, but don't know how to give it auto serial no from 1 to the last number starting before Staff ID. Here is the line of codes: <?php mysql_connect("localhost","root","") or die ("Unable to Establish connection".mysql_error()); mysql_select_db("demoDB") or die ("unable to select database".mysql_error()); $sql="SELECT …

Member Avatar for Wale Adegbite
0
2K