Search found 10 matches
- Mon Aug 23, 2010 1:06 am
- Forum: PHP - Code
- Topic: NEED HELP: PHP FORUM CAN'T CREATE TABLE DATA
- Replies: 1
- Views: 177
NEED HELP: PHP FORUM CAN'T CREATE TABLE DATA
<?php $host="localhost"; // Host name $username="root"; // Mysql username $password="nobility"; // Mysql password $db_name="test"; // Database name $tbl_name="forum_topics"; // Table name -- LEAVE THIS AS IT IS mysql_connect($host, "$username&q...
- Fri Jul 23, 2010 12:40 am
- Forum: PHP - Code
- Topic: Image rotator
- Replies: 3
- Views: 239
Re: Image rotator
Sorry for the inconvenience.... the code i've given is working... its not working in localhost but its working online....
check this out.. http://absolutegraphicdesigns.com/test/ ... /index.php
the banner will change when the page is refreshed...
thanks anyway...
check this out.. http://absolutegraphicdesigns.com/test/ ... /index.php
the banner will change when the page is refreshed...
thanks anyway...
- Thu Jul 08, 2010 4:23 am
- Forum: PHP - Code
- Topic: Image rotator
- Replies: 3
- Views: 239
Image rotator
can anyone help me with this one?.. i can't make it working.. i have tried it on my localhost.... files: index.php <---------where i can view my rotate images.. images are in same folder as my php files. this one is my rotate.php <?php /* DOWNLOADED FROM http://www.marcofolio.net/ Check it out for m...
- Thu Jul 08, 2010 2:37 am
- Forum: PHP - Code
- Topic: Image upload and Gallery
- Replies: 1
- Views: 36
Image upload and Gallery
Hi guys... here i am again....asking for help... Situation: i am trying to build a picture gallery with a twist... somewhat like pictures in facebook... When you upload an image and its succesful i want to have a message saying "view your image" with link to that image that is just uploade...
- Thu Jul 08, 2010 1:17 am
- Forum: PHP - Code
- Topic: PHP Mail Problem
- Replies: 7
- Views: 252
Re: PHP Mail Problem
Thanks amit... thank you very much...
- Mon Jun 28, 2010 12:00 am
- Forum: PHP - Code
- Topic: PHP Mail Problem
- Replies: 7
- Views: 252
Re: PHP Mail Problem
Thanks a lot guys and also to you amit... can i ask for the validation amit?.. if u don't mind... thanks in advance..
- Fri Jun 25, 2010 3:34 am
- Forum: PHP - Code
- Topic: PHP Mail Problem
- Replies: 7
- Views: 252
Re: PHP Mail Problem
Thanks for editing... and sorry i don't use the php syntax..
Yup its not functionable(may not the right word). I had uploaded it on my server and try it but it didn't send an email...
Yup its not functionable(may not the right word). I had uploaded it on my server and try it but it didn't send an email...
- Fri Jun 25, 2010 12:52 am
- Forum: PHP - Code
- Topic: PHP Mail Problem
- Replies: 7
- Views: 252
PHP Mail Problem
Hi!! i am stuck in this problem... i almost viewed the whole google... :P. but still cant get my code functionable... i i want to send email using php. Try to look .. <? //Check whether the submission is made if(isset($Send)){ $username = 'username'; $txtSub = 'sub'; $lastname = 'Lname'; $phone = 'n...
- Fri Jun 25, 2010 12:42 am
- Forum: General Discussion
- Topic: 2010 Awards: Best Avatar
- Replies: 4
- Views: 3727
Re: 2010 Awards: Best Avatar
Hi!... just wondering if i can join the contest and how?
- Wed Jun 23, 2010 10:03 pm
- Forum: PHP - Code
- Topic: Switch Display
- Replies: 1
- Views: 144
Switch Display
Hi all.... I am new to PHP and i want some suggestions for my situation; Situation: I have a media page named Media.php what i want to do is put videos on this page. I already put one but i want to put more...something like an image gallery but instead of image i want to use videos...i want it to lo...