Jump to content

shamsuljewel

Members
  • Posts

    95
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

shamsuljewel's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi I have a URLs of my existing site like www.ex.com/content.php?page=client-list now i make a rewriterul on .htaccess file RewriteRule content/page/(.*)/ content.php?page=$1 it works fine as www.ex.com/content/page/client-list but i have URLs also like this www.ex.com/content.php?page=client-list&client=overseas and i am using this code RewriteRule content/(.*)/client/(.*)/ content.php?page=$1&client=$2 but this is not working but if i remove the first rewriterule removed then it works fine.. so can any one help me how to do that???
  2. Hi all, I am looking for a better solution of back, forward and bookmarking a page that was developed by ajax. I have seen http://www.donotremove.co.uk/extra/ajax-nav/index.html#1 I need something like this but the content that changed by loading i want to call by php require_once(any page) that do not support by that... I look RSH & DOJO too but can't understant how they work... please any one can guide me to do this by any simple and easy way???
  3. yes rhodesa your guess is right...I forget to make the pic folder writtable..thank you very much
  4. /tmp/phptTohQx shows as the $_FILES['pic']['tmp_name'] value...
  5. I am uploading a picture file to my site...it works on the local server but problem with the main site... the message it shows..is Sorry!!! File Cannot be Uploaded!!! Which is on that part of my code... if(!@move_uploaded_file($_FILES['pic']['tmp_name'], "../pic/$row[0].gif")) { mysql_query("delete from pic_list where id='$row[0]'"); echo "<script language='javascript'>alert('Sorry!!! File Cannot be Uploaded!!!');history.back(-1);</script>"; }
  6. full warning: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\webs\infobangla\kiosk\kiosk_soft\index.php:11) in D:\webs\infobangla\kiosk\kiosk_soft\home.php on line 2 val_1b
  7. Why this error occurs? I just send a array using session. the value passes but with this warning
  8. I am using a form that is sale form for a shop. A user can sale as much item as s/he need. By default I use only one row contain 3 fields as product name, quentity and price..and there should be a link for Add another...if s/he click add another it will be another row like previous under below. so how can I do this by javascript and after submittinf the form I want to save the info into my mysal database by php. any help or guide line will be appritiated.
  9. so how do I validate and clean up my code?
  10. Yes I know date function is much more easier to handle. thanks laffin and Nhoj.
  11. please add an " at the end of the query.
  12. Hi guys..I am using time function to insert a data to the table INSERT INTO table(name,insert_date) Values('$name','time()') so when I want to search a specific name on specific date by mysql query how should I do it? coz time() function insert 01022332 like this valu how should I search a date suppose 2008-01-21 entries?
  13. Can anyone can send some information that I can easily understand how to handle the ajax websites with back , forward buttons, and if I refresh the page that will not goes to the initial page?
  14. the website is at the http://aparadhkantha.com/ As you see when the page first load the bangla language of the main content div is ok..when you click to other tab and then again click on the top left tab the content divs bangla language differ some..
×
×
  • 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.