Search results

  1. R

    php session problem

    i am having some problem with php session. in my error log i found this: PHP Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless...
  2. R

    Javascript form check for multiple row input

    Thanks essellar. I am just testing these alerts. This is not for any kinds of user. I just running this in my localhost, thats why there is no any information. I am trying to learn how they work, then i will impliment them in real project.
  3. R

    Javascript form check for multiple row input

    hi i wrote a script that check the input value. It works fine for this code. javascript <SCRIPT language="javascript" type="text/javascript"> <!-- function checknumber(x){ var anum=/(^\d+$)|(^\d+\.\d+$)/; if (anum.test(x)) {...
  4. R

    unable to login to cpanel and webmail

    what can i do now? please help me.
  5. R

    unable to login to cpanel and webmail

    i did it again. same problem. i am able to access in forum with new password but not in cpanel. Login Attempt Failed!
  6. R

    unable to login to cpanel and webmail

    thanks, but i mention that i did it once. on 16th july.
  7. R

    unable to login to cpanel and webmail

    Hello, For the last couple of weeks, I've been unable to login to my cPanel and webmail(Login Attempt Failed!). Previously, I had tried changing my cPanel password, but even that didn't help. My Hosting Server is starka. Thanks.
  8. R

    string search in mysql

    hi, i am trying to play with string. so i need some suggestion. for example i have a database containing id, book name, author name, publish year. now i would like to make a php script that will search book information from the database. User may type part of the book name or author name, may...
  9. R

    multiple data entry?

    Thanks both of you. Your suggestions and references were very much helpful. I learn so many new things from you. Both of you told about PDO. I am reading this topic. Its new to me, so i need time. Now everything is ok. Thanks a lot.
  10. R

    multiple data entry?

    Thanks again. tried this $price = $_POST["price[$id]"]; and this $price = $_POST['price['.$id.']']; still $price is blank. database connection is ok as well as table name. and i use this if (!mysql_query("INSERT INTO store (id,name,price,quantity) VALUES ($values)")) echo...
  11. R

    multiple data entry?

    hi smithee, thanks for your detail suggestion. now my first page is like this $sql=mysql_query("select * from product where company='abc'"); while($db=mysql_fetch_array($sql)){ echo"<tr> <td>$db[id]</td> <td>$db[name]</td> <td><input name=company type=hidden...
  12. R

    multiple data entry?

    hi, i am new in php world. i am trying to write a simple php script that retrieve some information from one table and store them with additional information in another table. i wrote a code that can store single entry, but when i try to store multiple information at once i am facing problem...
  13. R

    Faild to login cPanel account

    I am yet not able to login my cPanel account. Now the status shows active. But when i try to login there is shows "Login Attempt Failed!". Please solve my problem. I am unable to update my site. Thanks.
  14. R

    Account Suspension

    I am having problem with login my cpanel account. It shows Suspension Reason: user transfered to another server. Unfortunately this suspension is not able to be resolved automatically. To resolve this suspension please open a support ticket. Now how could i solve this problem? Please...
  15. R

    A nice article on Windows Services

    thank you very much :)
Top