Jump to content

yubaraj

Members
  • Posts

    14
  • Joined

  • Last visited

yubaraj's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank You for your idea,The idea seems perfectly fit and since i am a new in such things, Can u tell me , how to change the excel file into CSV Format.Thank You
  2. Hello everyone,I need to import excel sheet in the site and change the mysql database according to the data in the excel format.How is it possible?Can anyone give me some of the ideas how to do it.Thank You
  3. I got a error in the PHP site with the followingPHP has encountered an Access Violation at 017B73CD.Can anybody help me out with this error.
  4. I need to track the url such as www.w3schools.com/phpie the querystring.I am not sure which function trakes the url of the current page.Could u plz help me out.
  5. yubaraj

    Site Search

    I simply want to search from site. (ie from whole site).
  6. Your SQL Statement is wrong. You have left Quote in the sql command.For simplicity, do the following$ses_username = $_SESSION['username'];$query = mysql_query("select * from armies where username='$ses_username'");
  7. yubaraj

    Site Search

    For Search part, i have been searching from one or two tables and listing records.But I need a page that searches the whole site and records how much time is requiredto execute it. Its almost like google.Can anyone give me an idea how to search the contents from the whole site coz there aremany tables in the database and it is impossible to search from all ones.
  8. yubaraj

    SMS Integration

    I need to send notification through sms in my site and i don't know how to integrate the sms facility in my site. Can u plz give me some idea regardingthis.
  9. yubaraj

    Payment System

    I am facing problem with the shopping site in Payment method.I have to pass the parameters to the secure site of paypal and upon success, it should returnto my page and in that particular page, i need to update the database. My code somewhat looks like this:<form method="post" name="paypal_form" action="https://www.paypal.com/cgi-bin/webscr"><input type="hidden" name="cmd" value="_xclick">( i passed userid, itemid, item price and item quantity in similar manner)<input type="hidden" name="return" value="fullsitename/success.php"><input type="hidden" name="cancel_return" value="myfullsitename/cancel.php"></form>In the above code, since i donot have a credit card and i am facing problem with testing.1) Did the page upon success, return to success page?and2) can i write the update statement in the success page assuming that the paypal returns item id in the success page?3) what line can i add so that i can return item id in my page after paypal transaction successful.
  10. I am engaged with a site similar to ebay.com, where listing of tickets one of the feature. I need to send automatic emails when the listing of tickets ends or tickets are sold or when the users are outbid etc. I have organized this all features in one page and email sending is fine. My problem is that i want this page to refresh in every 2 hours so that the mail are automatically forwarded if the condition is matched.Would anyone help me out to refresh the page in regular intervals?
  11. I want to validate mobile no using regular expression in PHPIt may use country code as optional.Can u give me the exact regular expression code to use for it.Thank You
  12. I am building a site that is like ebay. Its a bidding site and is different from e-commerce site (in which the user with the cart info is redirected to the paypal secure site). In my case, there need to be credit card form where customer enters credit card number, type ,expiray date, identification no and their details. When these customers enters the information, these data should be validated and tested. My problem is i am not getting the way how to validate the that credit card form and can anybody tell me how to validate and check the credit card processing.My form is somehow like thishttp://www.allticketclub.com/loginform.htmsign in as yubak123@yahoo.com and yubaraj as password.http://www.allticketclub.com/index.php?p=A...%26edvid%3D1923How to process this form and get customer to secure site.
  13. Can u plz suggest me best PHP Tutorials in Object Oriented Technology(link/url)
×
×
  • Create New...