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
Ranked #4K
~521 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Farhad.idrees

Hi Farhad, Try with mssql_connect functions. OR If your server doen't have mssql installed then try with odbc connection... [B]Steps to use odbc[/B] Goto control panel -> Administrative tools -> Data Sources (ODBC)-> click system DSN -> Create DSN for SQL Server You can connect SQL server using the below …

Member Avatar for arajapandi
0
241
Member Avatar for ayuscomeyh

Hi, 1) just change [CODE]echo "<select name=id_category value=''></option>";[/CODE] to [CODE]echo "<select name=id_category><option value=''></option>";[/CODE] 2) [CODE]$sql="UPDATE recipe SET name='$name', bahan='$bahan', cara='$cara', id_category='$id_category' WHERE id='$id'";[/CODE] try to use $_REQUEST/$_POST method eg: $_REQUEST[name] 3) It seems u didn't send any id from update.php to update_ac.php..change [CODE]<input align="center" type="submit" name="Submit" value="Submit" /> [/CODE] to …

Member Avatar for arajapandi
0
124
Member Avatar for arajapandi

Hi , I installed apache,php, mysql ( [url]https://help.ubuntu.com/community/ApacheMySQLPHP[/url] ) After installing when i submit the form i can't get the form values. all values r empty. plz help me to resolve this problem?

Member Avatar for arajapandi
0
156

The End.