Current Page: 1 of 1
Results 1 - 29 of 29
17 years ago
k12
check the user manual will help you to do put online give your ip address to your friend who want to access ur site
Forum: WampServer English
17 years ago
k12
hi can anyone tell me how to setup email function using php? i know that wamp doesn,t come with email server but it has build in code to communicate through the php scripts. can i use my yahoo or hotmail account to send and receive mail?
Forum: WampServer English
17 years ago
k12
hi all the server running now i don,t know why? i went out and came back few hours later start the pc it working now i did not do anything to it . internet was down when i went out but nothing to do with the internet connection isn,t it? why is behaving like this?? i read your manual and i done everything long time ago its been working fine i don,t know why is suddenly behaving like this?
Forum: WampServer English
17 years ago
k12
hi can anyone help me? i have been using wamp 1.6.6 for last 7 months and suddenly i having problem with it. it been working without any problem and suddenly the icon colour changed to yellow and one of the service is not running whenever start the computer. i did not make any change to it. it been happening for last couple of days. can anyone help me to solve this problem? thank you
Forum: WampServer English
17 years ago
k12
thank for ur advice and i allready checked ur user manual. you can,t give ur ip address to everyone to access the server so i need set up server name so that other people can access my server typing the name not ip address thank you
Forum: WampServer English
17 years ago
k12
hi i created a webdatabase system using wampserver 1.6.6 (php, apache. mysql) i can access the system from my computer using either ip address or localhost. could anyone tell me how to set up the proper web address to access my system? i mean server address. for example . how to put my system in online? it would be great if you could help on this thank you k
Forum: WampServer English
17 years ago
k12
iam using wamp 1.6.6 with mysql and apache i created the database through the php my admin which has 5 tables. one of the table does not store data and i been looking everything including codes primary key and also changed the character for that table but still i couldn,t find any problem i checked the eperation of my database on php admin and get this error message could it be causing
Forum: WampServer English
17 years ago
k12
now i get this error the codes was working without error but it not stooring data into the that table(application Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\wamp\www\www\application.php on line 44 thank you
Forum: WampServer English
17 years ago
k12
when u set a password for the system u need to set in two places config ini folder(phpadmin) and my sql this can be done through the php admin by setting the previlage my admin does not have a password system it works through the my sql when u open my admin sql need to reconize u that s why u need to set a password in two places has to be same u woud better read their comment as they more de
Forum: WampServer English
17 years ago
k12
below is showing codes for application which is doesn,t store data into application table i cannot do anything further without storing the data into that particular table it would be great if u could help me on that thank you <?php session_start(); ?> <html> <head> <title> Post application details into the database </title> </head> <body bgcolor =
Forum: WampServer English
17 years ago
k12
<?php /*************************************************** *** UPLOAD.PHP *** *** Description: Uploads the word document *** *** Last edited: december 11, 2006 *** *** Author: kannan *** ***************************************************/ require_once 'config.inc.php'; /* * bool uploadFile(string name, string to) * * Upload file t
Forum: WampServer English
17 years ago
k12
i get following error message when i try to upload CV iam using wamp1.6.6 with mysql and apache can anyone advice me i have attached the codes below Warning: filesize() : stat failed for cv/kannan cv.doc in C:\wamp\www\www\upload.php on line 45 Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\wamp\www\www\database.class.php on line 39 Warning
Forum: WampServer English
17 years ago
k12
can anyone help me? i created 5 tables through the php admin and three of them are storing data but other two tables not storing the data i don,t know why? i checked all the php code and the primary key everything was fine i also check the status of the table was ok the data does not store the data into that particular table is it something wrong with my php code? or my sql?
Forum: WampServer English
18 years ago
k12
if u can,t access the admin then should be problem with ur password u need set up password for ur sql server u need to change in two place mq sql console or my admin config file where u installed the wamp once u setup the password u can access if not help reinstall it
Forum: WampServer English
18 years ago
k12
did u setup password for ur sql server? if u set up u need to change in two place as it follow config file on where ur wamp installed and on ur sql server u can set up ur password on my admin other one u need open the config file find the password section and change user name should be root password your choice
Forum: WampServer English
18 years ago
k12
you would better uninstall ur mysql server because it might crash with wamp
Forum: WampServer English
18 years ago
k12
when u installed the software what option did u choose for start up wampserver? if u selected as automatically it will start automatically everytime u start the computer otherwise u have to do manually. i think it may help? if not the best thing to do reinstall and follow changenthe setup infomation
Forum: WampServer English
18 years ago
k12
did u installed any database software like oracle that might use that port? delete any database software and then run again it should work if not check ur config files
Forum: WampServer English
18 years ago
k12
thanks
Forum: WampServer English
18 years ago
k12
HI i having problem connecting database and i found that mysql collation on myadmin need to select the right one. i selected uft8_general_ci and not too sure whether is right or wrong could anyone advice me on this i wondering is that causing problem connecting database ??
Forum: WampServer English
18 years ago
k12
when you set the password for the root u need to change in two place 1 myadmin and cofig.inc file where u saved ur wamp server. u have to put the same password as u put on myadmin otherwise my sql server won,t let u access the myadmin
Forum: WampServer English
18 years ago
k12
i made mistake when i changed the password on the sql console i copy and paste as it was i did not change the password now i corrected everything and can access the myphpadmin but it still showing the same message as it below now no error message on myadmin page Warning: mysql_connect() : Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp\www\www\student_login.php on line
Forum: WampServer English
18 years ago
k12
hi i changed the password through the sql console and changed the config.inc.php now it won,t let me run the sql console or myadmin phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server. Error
Forum: WampServer English
18 years ago
k12
i checked everything u suggested all the services is running and when i try to login or register i got these error message Warning: mysql_connect() : Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp\www\www\student_login.php on line 48 Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\wamp\www\www\student_login.php on line 51 Warn
Forum: WampServer English
18 years ago
k12
create the files and saved into WWW folder as your root directory then you can access the files by open localhost and www or type the path
Forum: WampServer English
18 years ago
k12
i tried with those code you given me but it did not work and gives same error message when i open the myadmin the messages showing on the bottom as it below i know i did not create password for my sql and i not too sure about the first error message Cannot load mysql extension. Please check your PHP configuration. - Documentation Your confi iguration file contains settings (root with no pass
Forum: WampServer English
18 years ago
k12
Fatal error: Call to undefined function mysql_connect() in C:\wamp\www\www\student_login.php on line 48 this is the error message i got when i try to run the created files on wamp local server page under project where is my root directory files. the error message showing below when i try run student login and i get same error message for al the files in root directory. is it to do with my da
Forum: WampServer English
18 years ago
k12
hi i recently installed wamp5 1.6.6 and everything working fine. i created database using myadmin and when i try to run the created file from my root directory got error message for each file Fatal error: Call to undefined function mysql_connect() in C:\wamp\www\www\student_login.php on line 48 could you help me?
Forum: WampServer English
18 years ago
k12
i recently installed thye wamp51.6.6 and everything worked fine but now when i try to run the apache error message saying PHP.EXE NOT FOUND. when i try to run the my admin webserver cannot find it i checked everything after i installed it but none of them working correctly i got oracle installed on my pc and oracle apache server running as well is that why getting error message? if it was how it
Forum: WampServer English
Current Page: 1 of 1