Jump to content

GFXUniverse

Members
  • Posts

    37
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

GFXUniverse's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. HI guys,, I have created an online booking form with Paypal Buynow button. After Clicking BuyNOW I want the customers to enter their Shipping details when they are on Paypal. Phone and Address How can i do that? and also using on1 and os1 i can enter custom information. but it includes one value for example Select Product Size: The Value will be Small or Large What if want to have multiple values? like Choose Colors: Red, blue, green, white go on. User can choose one of those colors or multiple.. Please tell me how to do it. Thanks Waiting for your responses!
  2. Thank you guyz for your reply i think using Database is best for this Booking system! Thanks
  3. Hi guyz. I need to create a Booking System using form. same like this: https://www.theorytest.net/book-your-theory-test.php Information will be sent to Email. I know the form creation and sending to Email as well! But i this form is divided into pages how can i collect information that will be available to send through email at the end. (when user will complete this booking) Waiting for your reply Thanks
  4. Hi, Actually i just want to know little things as i mentioned (i know PHP / MYSQL) Can any one tell me what tables we need for this type of website in Database? just little tips (Not Coding,) to start please!! Just tell me database structure . and little queries etc... waiting for your reply.
  5. I want to create website similar to this!! Please help me out.
  6. HI. I am talking about this website. http://www.elfster.com/ Please browse this website. Can any one tell me how database structure / queries will work? (i know PHP / MYSQL) Can any one guide me a little bit. I would really appreciate it, Thanks Waiting for reply.
  7. mmmmm finally i got it how can i do this and would like to share with u guyz as well please correct me if there is another way to do it,, SOLUTION: Table 3d_models: id name description thumbnail special_id Table preview_images: id thumbnail image special_id now there is a relation between 3d_models and preview_images tables i can insert special id like this $special_id = md5($fileName . date("d-m-y") . time());
  8. hmmm i see it seems best way,,, but how can i give 3d_model_id to preview_images table? Actually all the data would be inserted at the same time,, for example Table: 3d_models id (Auto increment) name (POST) description (POST) thumbnail_image (POST) Table: preview_images image (POST) thumb (POST) 3d_model_id ??? how would i insert 3d_models' id here??? which is not auto increment?? and i don't know in advance that what id would be inserted for 3d_model's table id??
  9. hi guyz m creating a website, about 3D products for example i have 3D models in my website table for MYSQL is 3d_models Feilds: id name description thumbnail_image preview_images???(we can only add single image URL) but i wanna add multiple images for a product. do i need to have another table called preview_images? that will be related to 3d_models table? or can it be done in a single 3d_models table? i just need a blue print concept, Please help!!!!
  10. hmmmm, the problem is that Paypal does not support my Country Pakistan any alternate? What is the procedure for Google Checkout?
  11. Hi i guyzz i want to know abt a payment processor like this example if some one buy a digital product on my website he clicks to "purchase" and then he goes to next page containing credit card form. buyer simply fills the form and made payment instead of going to any third party website like, Paypal etc. m looking for it,, please help me out!!!
  12. i want to create categories like this http://3docean.net/category/
  13. i got you, can u please tell me the table structure! in examples plz
×
×
  • 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.