473,549 Members | 2,239 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP Forum

PHP web programming language - Ask questions about php scripting, databases, mysql, templates, PEAR, php functions, PHP-GTK, setup and installation, object oriented programming, classes, files, security, sessions, arrays and more.
0
1,419
thread by: shalaw | last post Jul 24 '19 by: shalaw
how can id fix this error from this code <!DOCTYPE html> <html> <head> </head> <body> <form method="POST">
2
1,295
aveeva
thread by: aveeva | last post Jul 22 '19 by: aveeva
Here is my code : <html> <head> <style type="text/css"> table { border-collapse: collapse; border: 1px solid black;
3
1,245
aveeva
thread by: aveeva | last post Jul 12 '19 by: gits
My foreach values like, https://snag.gy/SFi5aR.jpg code : <?php session_start();
3
1,369
thread by: Saitama1712 | last post Jul 12 '19 by: shivkumar1
-not sure if this is the right section- Hi guys, this is my first time posting here. I'm going to second year uni in Bsc Computer Science, and I'm getting into web development. I know basic Html, CSS, JavaScript and next to no Php (i hated the syntax first time i saw it). Looking into Full Stack Developer job adverts i noticed almost every...
0
1,104
thread by: Mattix | last post Jul 10 '19 by: Mattix
This query gives me the data that contains the values specified in the query based on counts. SELECT id , GROUP_CONCAT(tmp ORDER BY tmp) tmps FROM ( SELECT id,tmp1 tmp FROM tmptb UNION SELECT id,tmp2 tmp FROM tmptb UNION SELECT id,tmp3 tmp FROM tmptb
0
1,004
aveeva
thread by: aveeva | last post Jul 10 '19 by: aveeva
I am under developing PHP add to cart without DB, so that i am using SESSION, actually get data from fetch_data.php data to my_cart.php using the POST method, successfully retun the values, After receiving the post data how can i convert to display like a table. workout:
1
1,093
aveeva
thread by: aveeva | last post Jul 9 '19 by: dev7060
String: NodeJs is one of the best technology NodeJs 6 is 2 one 3 of 2
6
1,700
aveeva
thread by: aveeva | last post Jul 5 '19 by: gits
I am following the below module, https://www.webslesson.info/2018/04/shopping-cart-by-using-bootstrap-popover-with-ajax-php.html How can i use without quantity i tried lot fail again and again. I am learning stage in PHP, any help pls welcome.
6
16,728
thread by: sip3 | last post Jul 5 '19 by: nsr7
Hi all, i'm a new user of PHP, at the moment, i have queries regarding the "Resource id #4" everythings run perfectly but before the script showing the result, it shows the "Resource id #4" in front of the result, and i don't have any clue what happend with it. Could someone please help me with it.
0
1,194
aveeva
thread by: aveeva | last post Jul 5 '19 by: aveeva
I am working PHP project on localhost using wamp, for debug process we using error_log() function, every time error_log() stored details of the error in wamp/logs, how can I view my error in the same project folder like wamp/www/goodgoal/ eg: wamp/www/goodgoal/logs/error_log.log Note : Pls recommend PHP Quick Debug Tricks
3
1,240
aveeva
thread by: aveeva | last post Jul 4 '19 by: gits
Here is my PHP, i want to share voice_id and voice_name to another php file using ajax, <?php //fetch_data.php include('database_connection.php'); if(isset($_POST)) {
3
1,063
aveeva
thread by: aveeva | last post Jun 28 '19 by: zmbd
Created module like No other products add to cart if restricted product available in cart and vice versa. My Module : app/etc/modules/Brst_Test.xml <?xml version="1.0"?>
1
1,109
thread by: NKaur | last post Jun 13 '19 by: zmbd
I am a beginner to PHP and am designing a student information system where students need to enter 9 subject and its corresponding grade based on the number of sittings. Is there any better way to do this apart from what I have been doing.
0
1,117
aveeva
thread by: aveeva | last post Jun 10 '19 by: aveeva
How to work with Add-To-Cart functionality? My code about filterable audio searching, here how can i add Add-To-Cart functionality? code : index.php <?php
1
1,055
aveeva
thread by: aveeva | last post Jun 6 '19 by: zmbd
How to remove download option in audio control? https://snag.gy/FHZkay.jpg
1
1,512
thread by: akansha10 | last post May 28 '19 by: OscarTT
Hi , I need help in converting .doc and .docx files. when it is uploaded using php need to be convert into pdf using php. both .doc and .docx files has to be convert into pdf. exact format in the word document. how to do that????
2
1,597
aveeva
thread by: aveeva | last post May 28 '19 by: OscarTT
I am using Payeezy Payment Gateway, how to integrate with my PHP page, actually the payment gateway for my customer form, i done with form using PHP, how can i integrate Payeezy Payment Gateway with my PHP form.
3
1,202
aveeva
thread by: aveeva | last post May 23 '19 by: Luuk
My dropdown : <div class="form-group"> <label class="control-label col-sm-2" for="i_have">I have :</label> <div class="col-sm-10"> <select id="old" class="form-control" placeholder="Select I have" name="i_have"> <option value = "select_option">Select Option</option> <option value = "three_compact">3 Compact</option>
1
1,296
aveeva
thread by: aveeva | last post May 22 '19 by: zmbd
Here is my code : https://paiza.io/projects/SUiG5qp_wttfcrQn-0Mwew?language=php FYI -> After successfully received payment response page return 404 error The form & CC-Avenue Payment Gateway Request page working good, after customer paid the response page return 404 error. How can i solve the error?
0
1,231
aveeva
thread by: aveeva | last post May 17 '19 by: aveeva
I have couple of shipping methods DHL & FedEx, if selected products exits in cart show only selected shipping method, how to archive using shopping cart pricing rule or any other way to do this?
0
1,159
aveeva
thread by: aveeva | last post May 15 '19 by: aveeva
I have a form, details getting from customer and calculate the grand total, here how can i pass my grand total value to ccavenue payment gateway page and getting payment form customer? <link removed - op needs to insert formatted script>
2
1,016
thread by: Iermalito | last post May 11 '19 by: miranor
I need some help. I want to know using php sql to use OR in a query. Let me explain in detail: I have a html form which asks the user for country,state,city,zip_code I will use these values to query the database for specific data for those specific inputs. I want the city and zip_code to be logicly use as OR. Meaning that the user...
3
1,074
aveeva
thread by: aveeva | last post Apr 30 '19 by: gits
I have a folder with 100's images, how to find Height and width programmatically and output saved in Excel sheet?
8
1,641
aveeva
thread by: aveeva | last post Apr 30 '19 by: gits
The Business Logic is: If product is already purchased, upgrade the product I have a customer input form to get information, along with some fields which should be auto populated based on what the customer chooses. Screen Shot: https://i.stack.imgur.com/Fkyim.png Note: Price and Shipping Weight are done with Ajax, When we come to...
1
1,389
thread by: saralin11 | last post Apr 25 '19 by: gits
DETAILS OF THE PROBLEM Site - the blog: https://kiwiphile.org Wordpress - version: 5.1.1 + Newspaper 9.7 DNS Cloudflare Hi, please, help. I’ve a minor problem and I can’t work. Checked solutions don’t work. Still nothing. THE PROBLEM I SEE Google PageSpeed Insights ‘Backend Error’ when I check the site

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.