Jump to content

arianna

Members
  • Posts

    13
  • Joined

  • Last visited

arianna's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi all,I used to connect our host to use mysql db but recently I can't, each time it gives following error ;"Cannot connect to host. Do you want to wait for connection?" I tried all the day but have no chance. The software is Winaxe_plus , but cannot connect on my command prompt as well. Technical support team of the host couldn't help me. What might be the reason? Is it possible that access of my ip to the host is blocked? Thanks
  2. Hi all;I have a linux webserver ( not local ). There are lots of php sites on it and recently I have created an ASP site and uploaded to the same server. The problem is , the server does not have any ASP interpreter. What technical supporting center told me is that, I should find an ASP interpreter by myself. I found ChiliASP which should be provided by server. (and they don't)Is there any way that I can do individually to run my ASP scripts on that linux server? Moreover, some says this is not a good idea and I might have trouble with viewing my ASP scripts. (What they offer is a windows server.)Thanks for your ideas.
  3. I mean a kind of filter to build search engine friendly urls. For example; http://www.websitename.com/products.asp?id=2300 will lookhttp://www.websitename.com/2300.htmlthanks.
  4. hi;is there any way to rewrite url for asp scripts? I found it for php, and for asp it is charged. thanks.
  5. Hi;I have an excel sheet and want to send its content to mysql db. However not all the fields , just some selected ones. Any idea about how to connect the excel sheet and select specific fields?Thanks.
  6. arianna

    php+mysql

    Thanks for your replies.It is not about refreshing , coz even they log out and log in back, the product doesnt exist in the list.Only one person can add a product at a time, others should be logged out.Sounds like a session problem,right?However there is no any "session expired" warning message , or anything like that.Why is it difficult to create multi-user system?Isnt there any document or sample to create such systems? Thanks again.
  7. arianna

    php+mysql

    Hi;I have a product page , written by a PHP programmer and it connects to MYSQL DB.There is only one "admin login" to add new products but there are many products to be added. So as multiple users try to add new products , they try to login with the same username and password. Although the message "The new product is added successfully" is seen, no one see the product that he/she added.However if only one person logs in , the product is added and seen in the list.What should i do?Is it something to be done with PHP codes or Mysql?By the way i dont know about PHP and Mysql , but i wanna know.Thanks for reading this long , boring question. More than thanks if you reply.
  8. arianna

    login

    Either i fill a form and click "ok" or i am inactive.. in both situation i find myself in login page, and it takes about 2 min or 90 sec. if i am quick , it works , i success saving the info.. but how fast a user can be
  9. arianna

    login

    Hi;i have a login page. after loginning , as 2 minutes pass and i click anywhere, it wants me to login again.. i tried many properties like Session.Timeout and Server.ScriptTimeout but didn't work.. what might be the problem? thanks...
  10. arianna

    password

    I just gave the url directly.didn't use any arguments.
  11. arianna

    password

    what does it mean?
  12. arianna

    password

    Yes , it is restricted but I already have a username and password. So I want to use them to open the list in my script.
  13. arianna

    password

    Hi;There is a web site which has a price list that can be downloaded in .xml , xls formats. But at the beginning , to enter the web site a username and password are needed. I'm trying to open the list in my web site by giving its url, but an error message comes informing that I didn't logged on.How can I get it? I tried some other web site which does not require password and username, and it worked. Shortly ; is there any ASP code to inform username and password? Or any other solution? Thanks...
×
×
  • Create New...