Forum: PHP Oct 15th, 2007 |
| Replies: 2 Views: 749 I have done this but using cpanel on my web hosts(going to the redirect link and/or page on the cpanel of the web host), i think it could be done, given time |
Forum: PHP Sep 12th, 2007 |
| Replies: 1 Views: 687 Hi,
greetings from Kenya.
I havae a small problem that i would like solved please.
I had uploaded 2 html webpages to my webhost a while earlier. I made a new website using php/mysql and i uploaded... |
Forum: PHP Jun 22nd, 2007 |
| Replies: 1 Views: 550 Hello,
Salaams from Nairobi-Kenya.
I have two problems with some scripts I downloaded a while ago.
In script one, the scripts installed OK, but I can't login. If I enter the login name and... |
Forum: Storage Mar 23rd, 2007 |
| Replies: 6 Views: 1,791 Hi Dcc,
I had checked for continuity(continous bleeping sound?), though I used a digital multemeter, so I know the pins are OK.
I will tell you on monday if I manage to resque some data, because... |
Forum: Storage Mar 22nd, 2007 |
| Replies: 6 Views: 1,791 Hi dcc,
Well I removed the board from the hdd, you know, like removing the screws from the board and having two pieces... anyway, i removed the board and using a soldering iron and a sucker(these... |
Forum: Storage Mar 21st, 2007 |
| Replies: 6 Views: 1,791 Hello dcc,
I soldered those pins alright but the problem is still there, I also dug deep into goolge and came up with several ideas that I will try, but yesterday, there was no bleeping sound but... |
Forum: Storage Mar 20th, 2007 |
| Replies: 6 Views: 1,791 Hello everyone.
Power was coming on and off our building so my friend decided to remove the secondary hard disk.
When I came home, and tried to plug in the secondary hard disk, there was a low... |
Forum: PHP Mar 7th, 2007 |
| Replies: 9 Views: 2,364 Hello, you done some selections yet? I am willing to help wherever and whenever I can. |
Forum: IT Professionals' Lounge Mar 6th, 2007 |
| Replies: 5 Views: 2,069 Speaking of beginnings, did you ever know that log on was putting wood on the fire?
You kind of remind me of my early childhood, you haven't been taught by someone with a mother tongue accent and... |
Forum: eCommerce Mar 6th, 2007 |
| Replies: 11 Views: 5,667 I checked the google checkout but was disappointed, because Kenya my country is listed but they don't yet offer these services to "outsiders." See, I wanted to use it with my upcoming website,... |
Forum: PHP Mar 6th, 2007 |
| Replies: 14 Views: 15,391 Hello, Concerning the files, you need to put your files in a folder called "htdocs" where you installed the apache webserver
for example my files are in c:/program files/apache... |
Forum: PHP Dec 9th, 2006 |
| Replies: 6 Views: 1,709 This is normally what I would do,
I write a config.php file with the following script
<?
// MySQL Settings
$DbServer = "localhost";
$DbUser = "username";
$DbPass = "password";
$DbName =... |
Forum: PHP Dec 9th, 2006 |
| Replies: 3 Views: 1,118 Hello, U won't believe it.
The $insert variable is a comment, just press enter after the word database and you are good to go. as in:
before
// now we insert it into the database $insert =... |
Forum: PHP Oct 6th, 2006 |
| Replies: 2 Views: 1,471 I solved my earlier problem, thanks for asking. As for the codes, let me do that now. |
Forum: PHP Oct 5th, 2006 |
| Replies: 2 Views: 1,471 Hello guys
Its afternoon this side of Africa.
I have a school project where a user register and they earns points. When the points are 10, the first user is either deleted from the database... |
Forum: PHP Sep 18th, 2006 |
| Replies: 1 Views: 1,059 Hello guys,
I have a small problem whete there's this system i am creating.
Users register and are added to the database. Users get pointe after two users have referred him or her. after attaining... |
Forum: PHP Jul 7th, 2006 |
| Replies: 2 Views: 1,152 Hello everyone,
I got the warning below as I was using a 'register' page,
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and... |
Forum: MySQL Jul 6th, 2006 |
| Replies: 2 Views: 1,358 Thanks for your replies I will try it out and get back to you.
Regards, Omesa |
Forum: PHP Jul 1st, 2006 |
| Replies: 5 Views: 1,660 Hello everyone.
I need to put a drop dropdown menu on items(such as a category)that is pulled from a database. I have used php+ mysql to pull the data. Can anyone tell me if I can include javascript... |
Forum: MySQL Jun 29th, 2006 |
| Replies: 2 Views: 1,358 Hello, I get the error bolow on my page, could anyone with an idea tell me how to go around it?
mysql_num_rows(): supplied argument is not a valid MySQL result
Regards, omesa |