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

4 Posted Topics

Member Avatar for Niklas

Hey dude it is very very easy..Read a little about ASP and MS ACCESS..Learn how to connect them together and then use your brain and I am sure you'll figure it out..It aint hard if you try..Here I'll give you a little push.. Connection String to MS ACCESS DATABASE [code] …

Member Avatar for savs61
-1
4K
Member Avatar for Dark_Omen

Dude my advice would be to go to C# instead..C++ is for rough programming..It would help you more if you were aming to program in other platforms like Linux for example..But if you want to program in Windows the best way to fo is C# and the good news is …

Member Avatar for kvprajapati
-1
4K
Member Avatar for happyhappy

hey yo I am sorry but that is very dumb..Why use PHP + MS Access that is a sucky combination. You see php is much much better with MySql. If you really need to use MS Access then I recomend you start getting into Asp.Net which just happens to be …

Member Avatar for happyhappy
0
113
Member Avatar for rickarro

You can alternativelly do this to retrieve the values from the page.. create a page something.html and add this [code] <html> <head> <title>Testing</title> </head> <body> <form action="retrieve.php" method="post"> <input type="text" name="name"> <input type="submit" name="submit" value="Submit"> </form> </body> </html> [/code] Then this in retrieve.php [code] <?php $name = $_REQUEST['name']; echo "The …

Member Avatar for nav33n
0
145

The End.