39,320 Topics
| |
hi guys how r u doing .. i need some help .. something went wrong and i dunno what is going on .. i will post the problems .. i hope someone could help first i tried making a script .. to include certain files depending on the time ... … | |
hi everyone... I'm newbie in php.... currently doing my class project (simple tennis court reservation).... kindly please guide me how to do and please provide some sample.... thanks alot...:) | |
can anyone teach me how to design web using PHP What software i need to have and send me some tutorial | |
in my php application i have used onchange and onload javascript function.it is working fine in IE but it is not working in other browsers eg:mozilla,chrome,flock | |
"need rotating div display, preferably in PHP" need a rotating div display, similar to rotating slideshow - preferably in PHP, since will interface with database. see [url]http://www.cshlaw.com/cai/[/url] - upper right is [a] a photo, next to it is [b] a caption, below it is [c] the name of the person … | |
hi, i have a client and a server using uniform server and im using sockets to connect them. i would like to be able to input information from say a form on the client side, send it to the server, the server would then input this data and send it … | |
| Hey I am new to php and was thinking of writing a mailing list. Very simple, users enter their email into a box and click signup or whatever. I am just wondering.. where -or- how do I store those email addresses? Obviously storing them in a text file on the … |
ok i cant see whats is wrong with this but it wont add a user [code=php] <?php include "config.php"; //Get the information from the form $username = $_POST['username']; $email = $_POST['email']; $password_1 = $_POST['password_1']; $password_2 = $_POST['password_2']; // makes sure that the 2 passwords match and that the email address … | |
Hello, How can I send the form results to the person who fills it out. Currently, I am having it sent to me. [code=php]//The email address the message will be sent to $youremail = "ttttt@ttttt.com"; <? //Checks to see if the name field is empty. You can delete or add … | |
I can make the INPUT for QTY pass the value to my hidden field of quantity, what i want to try is something really easy. I want the user to choose the quantity and pass the variable to my form, please help Thank you for your time amigos OCB [code=php] … | |
Hi guys, I have a media player that opens its own window and works fine with Firefox but it's not working for internet explorer. Been trying for ages and lots of different suppose solutions but still no go. The only thing that happens when you click the link is, bottom … | |
Im sure theres a way to do it in php , just point me in the right direction. I appreciate all the help i can get. :) | |
hi all, i made two commbox in my page cropcat,subcat.my coding is below.when i select a item form cropcat related subcat fetch from database mysql and displayed.but my problem here is that when i select item form cropcat page refresh and selected value not display in cropcat ?please help me … | |
I wonder if anyone around could possibly enlighten me a little (or indeed, a LOT) towards "Contact Us" form validation in PHP. Basically, I've created the form & then typed in the validation related codes from 3 different books along with differerent websites so far, but ONLY, if I understood … | |
anyone know where i could find a file with all the words from the dictionary? | |
Howdy all, New here. And I've done a search. Just can't find what I'm looking for. I have a number in some text that I want to increment every week by 100 . And, i need it done automagically. I have thought initially of putting the number in a DB … | |
is it possible in Php to make the option items colored or to highlight some items??????????? | |
Hi, i can't display the blob pictute in PHP. It only shows a place for the picture in PHP. Thanks This is the record in database. [code] id name type size content ------- ------------- -------------- ------- ------- 6 action.JPG image/pjpeg 2707 BLOB [/code] [code] <?php $id = 6; $query = … | |
[CODE]Hi . I want to know is their any way to disable the maximize button by using javascript or php. Thankz in Advanz [/CODE] | |
Hello everybody, I'm trying to write a php script to read rss feeds. Since I began, I found it is much harder than I expected, because the xml structures are very different, and they need to be interpreted differently everytime. I'm using [CODE]simplexml_load_file()[/CODE] to read the xml code easily and … | |
Hello, Below is a form redirect page. When the form is filled out the following will be seen on the redirect page. What I would like to do is hide the echos that aren't filled out. <span class="content"><strong>Name:</strong></span> <span class="contentred"><?php echo $fullname; ?></span><br> <span class="content"><strong>Company:</strong></span> <span class="contentred"><?php echo $company; ?></span><br> … | |
i need to add an option from list1 to list2 when the user clicks on ADD to List button but sth is wrong with my code it's not working function AddItem() { var opt = document.getElementById("List1").selectedIndex; document.getElementById("List2").options.add(opt); } can anyone tell me whats wrong ??!!!!!! | |
is it possible to make the user choose his favourite color from a Box like the Paint Program which contains all the colors | |
I am putting together an inventory system which keeps count of the stock level. I have the inventory database setup for example: [B]Product[/B] [B] Stock_level[/B] Battery1 25 Whenever "Battery 1" is bought, it adds a row to the "orders_products" table. Is there a way where i can have an update … | |
:) [B]hello friends[/B], [COLOR="Red"]plz help me regarding text editor[/COLOR]. text editor using javascript and edited text should inserted to mysql database using php. is it be possible to do. iam using many text area field in one form so how can i edit text in like text bold, edit font … | |
hai i am sathiya one question if we paste the resume in the corresponding box. after the click the ok button . some important data like(name.email,phone number ,address......etc) the resume is to be transfer into the corresponding field in the form....... please give suggestion.......... if its able to done through … | |
hai i am sathiya one question if we paste the resume in the corresponding box. after the click the ok button . some important data from the resume is to be transfer into the field in the form....... please give suggestion.......... if its able to done through PHP............... | |
Hi and I am having 2 technical difficulties with a web search engine I have created. One is that the search bot comes to a url and never stops loading. Below is the current script I use to validate a url and to capture the information but my question is: … | |
Hai , i am sathiya i want to transfer the details in the resume into form by php........ i is able to do it........ if means give some tips ........... with regards sathiya | |
I'm going to be creating two fairly large application and have been researching some PHP Frameworks to make it manageable for me and a small team. I've been checking out the Zend engine and think it's pretty good, and was wondering if anyone uses it, or if there are any … |
The End.