Jump to content

ilikephp

Members
  • Posts

    350
  • Joined

  • Last visited

    Never

Everything posted by ilikephp

  1. I want them to be displayed on each day. I have all the quotes in ms word. How can I put them in database? Is there a script to display them according to the date (everyday) thanks...
  2. I have around 300 quotes, and I need each day 1 quote to be displayed automatically. I am facing the problem about how can I do it using php or MySql.
  3. thanks guys for your help! I read the tutorials about the cron job and I am able to figure it using the cPanel, but the problem is: all the daily news that I have, where should I put them? and how they will be displayed based on their order? thanks...
  4. Hello, Is there a way to display daily news automatically on my website using php/SQL, if not how can I do it? for example: everyday, a new event paragraph will replace the other one based on the date, and all the future events will be followed day after day. Thanks..
  5. I am running Windows Vista
  6. Do you know any tutorial about installing extensions plz? I tried to download them but I did not know where to put them Thanks...
  7. I am reading the example, but if u dont mind can u give me a short example?
  8. thx a lot for your help! for example the Adromeda software directly when it recognizes the folder, it directly add all the songs in a list. so there is no way unless I type them manually?
  9. hi, I am trying to create a jukebox for my website, I have over 300 songs, how can I add all the songs directly to the database instead of entering the name of each song. So I will add a script to my php files that lists all the songs in my database. Thanks...
  10. Hi, thanks for your help!! Could you plz give me an example about how to add the utf8 to the connection? how to send the correct header to the browser? (Sorry but I am not expert in php) Thanks...
  11. Hello!! Could somebody help me solve this problem? I am storing information in the database (using PHP MySQL) the arabic characters could not be read in MySQL, they are displayed in a strange language, How can they be displayed in arabic please. (I think it is related to UTF- Thanks in advance...
  12. thx for your help, so which way should I use? because when using insert record, I cannot draw the form the way I want.
  13. Hello, I am writing a program using php and Mysql: but I need to ask please: what is the difference in dreamweaver: if I write a php form using: Insert ---> Form ---> Text Field and Insert ---> Data Objects ---> Insert Record Thanks a lot...
  14. thx for the link, it is well organised and easy to understand; but I did not find a solution to my problem :S I am adding this script below for the fields, what should I add for the checkboxes? value="<?php if (isset($_POST['name'])) echo $_POST['name']; ?>
  15. Sorry for not clarifiying! I meant that for the field name: when I enter a name, and I click submit or accept, I need to see my form again, so the names are not erased because I put: <input type="text" name="name" value="<?php if (isset($_POST['name'])) echo $_POST['name']; ?>"> I need to do the same for the checkboxes.
  16. hello all!! How can I force the checkbox no to be erased? I am using this code below but it is not working <input name="topic1" type="checkbox" id="topic1" value="<?php if (isset($_POST['VB.NET'])) echo $_POST['VB.NET']; ?>" />
  17. THANKS A LOT MAN!!! it works (Y)
  18. thx a lot, I fixed it. but the only problem that I still have is when I enter all the information, the submit button will appear, and the fieds are becoming empty, how can I keep the information inside the fields?
  19. hi, when these fields are checked, I want the submit button to open the response.php page. if it contains errors they will be fixed and if no response.php will open when clicked on it. is it possible to do it? Thanks... I put this code, but it is wrong :S <?php if (!isset($error['name']) && !isset($error['email']) && !isset($error['password']) && !isset($error['accept']) ){ }?> <input name="submit" type="submit" onClick="document.contactForm.action='response.php';" value="Submit">
  20. thx for the webiste, but I still need help ! :S is there any link to put it in the other page in order not to display undifined name?
  21. Hello, I have a php page that contains a form( the user should enter the information in the fields, for example: name) when the submit button is clicked, I need the infomartion entered, to be displayed in a new page. How can I di it plz? example: if the user put: myname inside the field name, the myname should be displayed in the new page
  22. I have a registration form: when I fill in all the fields, I need to click on the send button so all the fields will be checked for validation; if all the fields are correct, the submit button will appear and a new page will be opened when I click on the submit button. I need this submit button to be appeared if there are no errors. I put it as hidden, how to let it be visible? Thx...
  23. Thanks for your help, when I fill all the fields, the button2(1) is displayed, but I want it to be displayed when I click on submit? Thanks...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.