Jump to content

fantic

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

fantic's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. can i change character other than * and show # on password field from javascript
  2. i have created an news script and a rss page called "rss.php". when i added & character on news title then it comes an error : Whitespace is not allowed at this location. Error processing resource 'http://localhost/news/rss.php'. Line 14, Position 44 how i can solve this?
  3. 3 months period for ex: if this month is November then October,November and December or if This month is December than November, December and January
  4. what is the query for 3 month interval(only month should be displayed) in mysql. I want to show like janauary to march or november to january of next year. plz help me.
  5. we can program on php like get form or method (ie: view.php?item=23) then it shows item 23 from $_GET['item'] or $_REQUEST['item']. can we make like this(view.php#23) dynamically?
  6. now i got a problem password and md5 function in mysql. before it worked for me but now it doesn't work. it returns empty value. what is its solution?
  7. how i can edit multiple fields like phpmyadmin data edit field?
  8. i used date("r", strtotime($timestamp)); but it shows time also but i dont need time.
  9. in my database the date format is YYYY-MM-DD i want do display this format like "Monday, October 20, 2008". what is the solution?
  10. the problem is in ordering result which is givan above. ordering is not correct.
  11. i made a table where catID and catName name is given and inserted different data when i want to show data and made query like this: "select CatName from table_name where CatID=category_id order by CatName ASC" than result shows like this: | NewMan | | NewVision | | Sherpa High Ambitions | | Abound Asian | | Above The Clouds | | Ace The Himalaya | | Acme Show | how i can fix this problem?
  12. i want to make an application on hotel booking system on php and mySQL. for exam example when a client books a room from October 27 to November 10. then how to make that room has already booked during this period? 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.