Jump to content

imi_99

Members
  • Posts

    18
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.car-sale.org.uk

Profile Information

  • Gender
    Not Telling

imi_99's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi, can someone post quick and easy function to upload a zip file and save it to hosting folder. e.g i got image folder where i want to save zip file. then second i want to save this into database. thanks in advance. also how i can put download link to download for cusstomer users. thanks
  2. that looks fantastic, thanks davidannis , i am not good in object oriented php but will try to figure this out with my coding. thanks
  3. Thanks fife, I will let you know in case of any issue.
  4. hmm, you probably right . thanks trq. can fife you paste the code here. thanks
  5. thanks for your replies, i am not a good coder in jquery. i realy want to do it server side to update database. i wonder there should be query who can update the database e.g if i switch 3 into new position on number 7 then new result will be like 1,2,4....7(new), 7(old), 8, .9,10,11 . is n't any command to rewrite again this from 1 to 11. thanks
  6. Hi, I am bit stuck with php sorting. I have category list which are in order form like 1,2,3,4.....9,10,11 and is stored into datbase. what i want to do is change any number's position. e.g if i change number 9 to number 3 into database then result will be like 1,2,3,3,4.....9,10,11 how can i sort this to that new number 3 would become 3 and already 3 number change into 4, then next 4 into 5 and so on till 11. mean it should save into datbase with this new order how can i sort this with new order and then save into database. thanks
  7. I am stuck again with totally new issue. I have noticed that in my php files get and post method do not work. How will these gonna work. Without it i will not possible to run the application. any idea. thanks
  8. It realy worked thanks, I never thought it will be that simple, I allowed firewall and lastly configured httpd.conig which is apache file, <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow allow from all </Directory> Last line change to " allow from all" which was by dafault"deny from all"
  9. How to access localhost from other machines. I have installed an apache/mysql/php on one of my machine which can be accessed using address like http://localhost/invoicces/index.php I have 7 pc all connected to the internet using one router. is there anyway i can set a ip address on one machine and access my invoices from all other machines. thanks ??? Note : all machine have installed windows xp home edition
  10. Brilliant. It solved my problem.
  11. Hello, I am coming across another issue in text boxes. Issue is if i enter some text in text box field (in administration page if i enter some text in form then it shows text on main pages website) and press enter tab then cursor jump in a new line or if press enter tab twice (on keyboard) then it will show two line difference in input text box field. Like here When I submit and save this into database and show text on main website then text wont show tab difference and show all text in one line without any paragraph. Is there any solution for this. thanks
  12. Thanks for all of your help. All solutions are fine but i got more easy solution which is to use get instead of post data in the form. I have implement in one of site and will change to all sites. Because all site having same issue. thanks again
  13. Please use search on this page as an example http://www.whatahome.co.uk/ Suppose search for word "ls" it will show you some result. Then click on View details of any of result shown. After viewing details if you click back button from top it will not show you the previous searched result again. that is the issue. Any further question please ask. thanks
  14. Hello, I have come across one major issue. I put search on my site and when i do search it shows the result. And when i click on details of any search result and it show the details. But from here if i use back button then it dont show the previous search result again and comes up with page cannot be displayed with error message given below "Click on the Refresh button on the toolbar to reload the page. After refreshing, you might need to navigate to the specific webpage again, or re-enter information. " How can avoid this issue and how can i show search result again when click on back button from top of browser
  15. Finally i sort out problem by just swaping the values. Like change 3 to 5 and 5 to 3. Then using counter assign all values again from start 1 to end value in case of any mistake. thanks for your suggestions.
×
×
  • 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.