473,549 Members | 2,615 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.
2
1,683
thread by: kimmcms | last post Jul 4 '14 by: kimmcms
Hello everyone. I am a real newbie to php, and this is my first attempt at writing anything. I have created a Contact Form in html with a drop down selection box, which sends the completed form content to a different recipient depending on which option is selected in the drop down box. All is working fine (much to my amazement and with a...
2
1,033
thread by: sankobe | last post Jul 4 '14 by: Dormilich
Ive added my picture in database, but now I want to display them and be able to delete them.My database name is cms, my table is babies and my column is pic_name(contains a path and image name)
2
1,262
Jennypliskin
thread by: Jennypliskin | last post Jul 4 '14 by: aleciagibbons14
Is there online documentation and tutorials that can help me learn PHP? Thank you.
8
1,658
thread by: manjava | last post Jul 3 '14 by: manjava
I have a login form that contains a login and password, I received an error failure to identify class Admin_IndexController extends Zend_Controller_Action { private $_form; public function init() { $this->_helper->layout->setLayout('login'); $this->_form = new Admin_Forms_IdentificationAdmin(); ...
1
1,257
thread by: Ruhani | last post Jul 2 '14 by: Dormilich
i am not able to set the previous state of radio button in my test series which is being made in php. please help me out with some jquery code. <?php session_start(); $qid = 0; $total = 0; if(isset($_SESSION) && isset($_SESSION)) { $qids = $_SESSION; if(is_array($qids))
2
2,738
thread by: PHProokie | last post Jul 2 '14 by: Dormilich
I have been trying (with PHP) to create a random file on the fly and then posting information to this newly created file (user input with a submit button). Creating the file is simple but i somehow cannot submit information to this new file...plse help!
3
1,538
thread by: johndavid19 | last post Jul 1 '14 by: Stewart Ross
I created a contact form on my website. while someone submit their message, my phone received their phone number and message. I want to do this without any cost. I searched on google but i can't get correct answer where i can get only payable sms gateways. But i want to sent sms to my number free using php mail function.
2
1,284
Jennypliskin
thread by: Jennypliskin | last post Jul 1 '14 by: androidapp
Is there online documentation and tutorials that can help me learn PHP?
2
1,286
thread by: lescia | last post Jul 1 '14 by: androidapp
saves data into the database * * Submissions are stored in two tables: * * `submissions` - Holds the submitter's name and email * `products_ordered` - Holds how much of each product the submitter ordered * * The products are stored in a `products` table, but you shouldn't need * anything from there to save. Here are the...
2
1,506
thread by: hanspeare | last post Jun 30 '14 by: hanspeare
Good day Admins, I have now variables $learner_id $student_pasword The learner_id and student_password are being used as their log in accounts. While the student_id is being used as their unique id and it is auto-incremented. Here are my codes.
3
1,538
thread by: 12Strings | last post Jun 29 '14 by: 12Strings
Hi guys, I need help understanding pagebreaks. My intention is to print another page each time another row is extracted. the document doesn't fill the page. The following code will break if a file overfills a page but not needed here. Also, it shouldn't print "Page 1" or "Page 1". Thanks...
14
3,670
ddtpmyra
thread by: ddtpmyra | last post Jun 28 '14 by: johndavid19
Hi below is my script displaying all the information inside the table. Pupose: pupose of this php page is to display all the information on my table and have a check box at the last column that will allow the user to approved the member. Problem: I don't how to insert a checkbox on a loop condition. <?php
3
7,398
thread by: printline | last post Jun 28 '14 by: johndavid19
Hello All I need a little help with a phph script to display some specific data from a mysql table. I have a mysql table with 4 columns and 10 rows. I want to display fx. data from row 4, 6, 8 and 10. I can display either the first row or all the rows using the below code: $row = mysql_fetch_array($result) or die(mysql_error()); echo...
1
1,499
thread by: learner001 | last post Jun 27 '14 by: Dormilich
I have a code through which i want to import csv file into databse. But i am getting an error: fopen() : Filename cannot be empty and points on line 36(have marked in the code Would appreciate if anyone could help me <?php if ($_FILES > 0) { echo "Error: " . $_FILES . "<br>"; } else
1
1,147
thread by: hninyuko | last post Jun 27 '14 by: Dormilich
I have 5 module_code and each module_code have 5 permission type.I let permission type are with checkboxlist. These permission types are view,edit,delete,hide,show as example. I choose 1 module code and 3 permission type concerned with that module code ,another module code will be selected or not selected. I want to view checked permission type...
0
1,051
oll3i
thread by: oll3i | last post Jun 25 '14 by: oll3i
Hello, I'm new to Zend When i try to run php scripts/load.sqlite.php --withdata I get an error PHP Fatal error: Uncaught exception 'Zend_Config_Exception' with message 'parse_ini_file(/configs/application.ini): failed to open stream: No such file or directory' in /home/ZendFramework-1.12.3/library/Zend/Config/Ini.php:182 Stack trace: #0...
0
1,046
thread by: komiller | last post Jun 25 '14 by: komiller
Good days guys, in my main.php page I select data from mysql db and then if selected on any rows send data to ajax script, so everything is ok but when I click in any rows I receive one data. <table cellpadding="0" cellspacing="0" border="0" class="display mobile_dt1 dt2"> <thead> ...
0
1,041
thread by: learner001 | last post Jun 25 '14 by: learner001
i have imported a vcf file to the database but i am not able to export the vcf file. the code that i am using is <? $host="xample.com"; $uname="abc"; $pass="abc"; $database = "emp"; $connection=mysql_connect($host,$uname,$pass);
1
1,738
thread by: learner001 | last post Jun 24 '14 by: Dormilich
i want an mobile application that can be used by android or iphone users through which they can import their contacts directly into the database using web scripting in php. i have a code which is showing some error but not sure if i am allowed to post it. Any help would be appreciated
0
1,074
thread by: goscience | last post Jun 22 '14 by: goscience
Greetings, We are a nonprofit that has OrangeHRM installed on a Servint VPS. We are running a standard Apache, PHP, MySQL stack and the web application is running well. We have an odd issue in that any custom fields are limited to only 250 characters. We have increased the character limit for custom fields everywhere we could find it within...
3
2,411
thread by: mmnclk | last post Jun 19 '14 by: Dormilich
This is the xml file format I have to use: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soapenv:Body> <exec xmlns="CBWSCallEngine" soapenv:encodingStyle="http://xml.apache.org/xml-soap/literalxml"> <arguments>...
1
1,117
thread by: Bhutan123 | last post Jun 16 '14 by: Dormilich
<tr> td>Enter Viva Marks (20%):</td> <td><input type="text" id="VivaMarks" name="VivaMarks" maxlength="4" onKeyUp="numericFilter(this);" value=" <?php if(isset($esubjectID)){echo $eViva;} ?>" ></td> </tr>
0
1,228
thread by: reza21681 | last post Jun 16 '14 by: reza21681
Hi With PHP you could create zip files and even in newest version you could set Password for your zip file. but how I can add new data to the password protected zipped file? in PHP you could add file to the zipped file without extracting it. but I want to do same for password protected zipped file. one of the ways is using echo...
1
1,918
thread by: Bhutan123 | last post Jun 14 '14 by: Luuk
hi.. can u help me to find rank based on total percentage in Mysql database..
7
1,749
thread by: david seven | last post Jun 13 '14 by: david seven
ob_start(); // Turn on output buffering system('ipconfig /all'); //Execute external program to display output $mycom=ob_get_contents(); // Capture the output into a variable ob_clean(); // Clean (erase) the output buffer $findme = "Physical"; $pmac = strpos($mycom, $findme); // Find the position of Physical text...

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.