473,549 Members | 2,715 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.
9
12,027
thread by: Jason7899 | last post Aug 1 '14 by: eladkarako
hi, i have a number with 9 digits lenght and i want split this number: 922888222 into this: 922 888 222 how can i do that? thanks a lot for your help :)
3
1,470
thread by: matiruv | last post Jul 30 '14 by: kaushtuv
Warning: mail() : Failed to connect to mailserver at "192.168.0.254" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\selection\Untitled-6.php on line 16 Mail Sent.
3
1,987
thread by: namita | last post Jul 30 '14 by: kaushtuv
how can send email everyday to registered user using mail function? plz tell mi code for this its so important
0
994
thread by: kaushtuv | last post Jul 30 '14 by: kaushtuv
I am using aws-ses service for sending mail to the users.I want the proper record of the 'mail if sent to the user or not'. I am not able to distinguish the delievered or undelivered mails through php code. Can anyone help me with it? Thanks
2
1,351
thread by: cyberjam | last post Jul 29 '14 by: Bharat383
What is the syntax to proceed to the next page and getting the value of the variables after pressing the submit button in PHP?
2
1,584
thread by: machaelenskivy | last post Jul 29 '14 by: Bharat383
how to compare textbox values into values of database???
3
1,208
thread by: richardevans | last post Jul 25 '14 by: Dormilich
Hi All, I'm having a bit of a dumb moment. I cannot get this function to work, so any help would be appreciated. Thanks <?php $authorID = Zend_Auth::getInstance()-getIdentity()-author_id; $posts = new Application_Model_Posts(); $numPosts = $posts->getPostsByAuthor($authorID);
1
1,348
thread by: geoaru | last post Jul 25 '14 by: Rabbit
I have a plan to purchase InoutScripts' Inout AdServer, My question is : How we will track the fraudulent/invalid clicks?
1
1,509
thread by: nitin2011 | last post Jul 25 '14 by: Dormilich
We have one server which was never been used from last 3-4 months and when we start it to use, login module written in PHP has been completely broken. When I checked the standard httpd logs, it says: ERROR: ---------------- PHP Warning: session_ start(): php_network_getaddresses: getaddrinfo failed: Name or service not known in...
1
1,238
thread by: Ruhani | last post Jul 24 '14 by: Rabbit
<?php if(isset($_GET)) { $notesid = $_GET; include("dbcon.php"); $con = mysql_connect(SERVERNAME,USERNAME,PASSWORD); mysql_select_db(DBNAME,$con); $query = "select notesid,filename,filesize,filetype,fileextname from notesinfo where notesid=$notesid"; $result = mysql_query($query,$con); if($result &&...
0
993
thread by: nitin2011 | last post Jul 24 '14 by: nitin2011
Hi, I have PHP 5.3.6 (cli) installed on amazon linux. Some times back it was working properly. But from last 3-4 months, it has some problem with login module. I am getting the following error in standard log files: ------------------------------------------------------------- PHP Warning: session_ start(): php_network_getaddresses:...
0
1,118
thread by: jemz | last post Jul 24 '14 by: jemz
Hi, I am having trouble on how can i accept multiple connection from my device (client)..my socket code will only accept single connection from client.and if it is disconnected it will accept another client one at time,but i want all my client can send data to our server or can connect to my server. // Set time limit to indefinite...
1
1,395
thread by: eugene24 | last post Jul 23 '14 by: Dormilich
<?php require_once("connection/connection.php"); ?> <?php $userid = $_GET; ?> <html> <head> <title>subok lang</title> <link rel="stylesheet" type="text/css" href="css/sinusubok.css"/> <script type="text/javascript" src="js/js-jquery-1.4.2.min.js"></script>
1
1,124
thread by: WarrenWalker | last post Jul 21 '14 by: Rabbit
This is the code in the html <center> <form action='php/login.php' method='post' name='login'> <h1>Login</h1> <input type='email' name='user_email'> <input type='password' name='user_password'> <input type='submit' name='submit' value='Login'> </form> </center>
0
1,296
thread by: wilcochris | last post Jul 21 '14 by: wilcochris
Hi all, Just after some advice really. This is my first time posting on here, so please forgive me if my post isn't up to the required standard. I have a form for emailing someone and it also allows the option to add file attachments. I have it working so that it will move a single file and email it and add the details to the database. ...
1
1,057
thread by: 12Strings | last post Jul 18 '14 by: Dormilich
Hi all, after way too much time, research, criticism and even some suggestions this is my code to create a dropdown from a table, select row, display the row and update one field "lastused" using NOW(). error is"No rows returned matching id" <?php $db = new mysqli('localhost', 'root', 'cookie', 'homedb');
2
1,623
Jennypliskin
thread by: Jennypliskin | last post Jul 15 '14 by: Bharat383
Is there online documentation and tutorials that can help me learn PHP?
2
1,227
thread by: nasrin1234 | last post Jul 15 '14 by: Bharat383
hi tis nasrin, when am creating database(table) using php is successful results came,but i cannot able to insert values to the database using html form, i am using POST method itself,but i cannot able to insert values please help me
2
1,223
thread by: pixiedust1120 | last post Jul 15 '14 by: Dormilich
User currently clicks button which opens "add record" java popup form. Would like to make the popup have two tabs so user could toggle between "add record" and "edit record". the default would be the add record that currently opens but have an edit tab at top of popup to allow the user to go to the edit record popup form without going back too...
1
1,155
thread by: arbabi2010 | last post Jul 15 '14 by: Dormilich
Hi. i'm trying to read and wirte office properties like title,author , ... using php. for example i want to fill this fields. or help me how read it.
1
1,171
thread by: innocent1993 | last post Jul 12 '14 by: Luuk
I would like you to help me know how to insert a record in mysql database using different forms
0
1,172
thread by: manjava | last post Jul 11 '14 by: manjava
Hi, i have this button $submit = new Zend_Form_Element_Submit('submit'); $submit ->setLabel(Zend_Registry::get('Zend_Translate')->translate('Send')) ->setIgnore(true) ->setOptions(array('class' => 'icon-arrow-right'));and i want to add this code <span class="add-on" id="login"><i...
1
1,424
thread by: sibgat | last post Jul 6 '14 by: Dormilich
Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect? URL: http://darkorbit-22.level3.bpcdn.net/js/xajax_js/xajax_core.js?__cv=7d18ea9cdeb1f1b391cff64cb943d300
1
1,211
thread by: bonyyblaze | last post Jul 5 '14 by: Dormilich
I am quite new to php and database. I have made some progress over the days as i try to implement something i have on my mind. I wish to create a register and log in system for my personal site.I have watched so many online videos to do that and i am faced with a problem What i wish to implement is when a registered user logs in,lets say at home...
2
1,131
thread by: hanspeare | last post Jul 5 '14 by: hanspeare
Hello everyone, I am confused with these little codes why it keeps error in updating the learner information. These are my codes so far. These are the bits of Student_Info.php which i think would be useful in my query. <?php if(!empty($_GET) && $_GET == "success") { ?> <span class="stylered style1"><span...

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.