Current Page: 1 of 1
Results 1 - 9 of 9
17 years ago
black85
its working now . thanks
Forum: WampServer English
17 years ago
black85
@ CyberSpatium I have made changes like you suggested and it works perfectly now. Thanks for assistance man. Black85
Forum: WampServer English
17 years ago
black85
Hi people, I'm trying to insert record into database table, but to no avail. addentry.php is supposed to allow me to enter information on a html form, but unfortunately no form is displayed on the browser. Also, the message 'entry added' should be displayed on the browser as well after values have been inserted into form fields. Can anyone help unravel the problems with these scripts below: adde
Forum: WampServer English
17 years ago
black85
Thanks for replying to my posting wraios. I have made changes like you suggested and unfortunately, this is the error messages displayed in my browser: Notice: Use of undefined constant username - assumed 'username' in G:\Program Files\Apache Group\Apache2\htdocs\stybook\Hour 15\listing15.8.php on line 3 Notice: Use of undefined constant password - assumed 'password' in G:\Program Files\Apache
Forum: WampServer English
17 years ago
black85
@ Cyber I have made changes like you suggested, but still does not work
Forum: WampServer English
17 years ago
black85
where in my php file should i add this line of code: error_reporting(E_ALL); anywhere?
Forum: WampServer English
17 years ago
black85
@CyberSpatium, I have made changes as you had suggested, but still not working.
Forum: WampServer English
17 years ago
black85
Hi people, I'm trying to give users mechanism or means to prove their authenticity using a 2 field form and am supposed to get the following login result: Congratulations, John Doe, you are authorized! Authorized Users' Menu: . secret page But unfortunately, the above message is not displayed in the browser. auth_users table ----------------- create table auth_users ( id int not null prima
Forum: WampServer English
17 years ago
black85
Hi people, I'm trying to create a discussion forum which involves developing database tables, user input html forms and display of the results, but unfortunately i have been getting this error message - 'column count doesn't match value count at row 1'. The following below are the Mysql database tables, user input htm form and php scripts used: create table forum_topics ( topic_id int not null
Forum: WampServer English
Current Page: 1 of 1