473,543 Members | 2,446 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.
1
1,043
thread by: manjava | last post Dec 3 '15 by: BHo15
hi, I have this string "Format 34 TExt Assemlag" how can i know this string if contains Assemlag or NO Thanks in advance
1
1,105
thread by: manjava | last post Dec 4 '15 by: zmbd
Hi, I have this String" Format test Conetnu test paper test " i need to add this character 'Assemblage ' between Contenu and Paper
4
2,259
thread by: Toxicous8 | last post Dec 7 '15 by: Ajay Bhalala
I've installed xampp and I was so happy because I got it after a very long search for it.But, the main port(port 80) wasn't working.I tried to free the port but it was already free.It's listened by httpd.exe which is the apache itself.When I launch apache-start.bat it says that port 80 is being used.Do you have any ideas about what is going on...
9
1,476
thread by: manjava | last post Dec 9 '15 by: Dormilich
so i have this string; "ContenuCRLF text1 text2 " and i want the first CRLF and tabulation replace by space i want use experssion reguler but i don't know Thanks in advance
3
970
thread by: ibrahimkh | last post Dec 10 '15 by: Luk3r
I have recently a job in which i am supposed to update a website. It is PHP and mysql.This is my first time doing this. How can I start? where can I find the source code? is there any wizard ti help? I am lost. Help please
2
1,365
thread by: johnmiller | last post Dec 11 '15 by: Toxicous8
If you haven't done any programming before, what will you suggest the best way to learn PHP.
17
7,503
thread by: mirainc | last post Dec 15 '15 by: tatzagata
Is there any code i can use in PHP or any language compatable with PHP to make the monitor turn off. you know just like it turns off automatically after its been on 15 mins (or whatever time the user sets it on) Thanks
0
907
thread by: ms115 | last post Dec 16 '15 by: ms115
<?php if (isset($_POST)){ $error = array() if (empty($_POST)) { $error = 'Please Enter your Email and also confirm your mail'; } else {
4
1,281
thread by: sindhuisd | last post Dec 17 '15 by: sindhuisd
Hi, we are trying to built a treemap highcharts with dynamic data,my json data looks as Without event i am able to display the treemap charts with nodes.I tried to pop up ajax form in the last child node click event.But click event not working ,becuase the event also i concatenated in the array.So it forms with " double quotes.I remove...
1
1,199
Claus Mygind
thread by: Claus Mygind | last post Dec 17 '15 by: Claus Mygind
In upgrading our system from PHP v 5.3.3 to 5.6.x on a apache 2.4.18 server running on Windows 7, we ran into a problem with include files. We were using full path for our includes i.e. include("c:\webSpace\Library\employee.php") This ran just fine in v5.3.3 But in newer versions 5.6 and 7, file names that started with an "e" were escaped...
1
1,696
thread by: jatinbedi | last post Dec 18 '15 by: Dormilich
HTML PART <tr> <td><form id="form1" name="form1" method="post" action="list-date.php"> <table width="100%" border="0" align="center" cellpadding="5" cellspacing="0"> <tr> <td width="88" class="small_font"><strong> First Date</strong></td> <td width="184"><label for="date1"></label> <input...
3
1,363
thread by: sindhuisd | last post Dec 21 '15 by: gits
Hi, excellentexport.js used to export data to excel in our php applications.Program exports only 6121 records to excel .But there is 9000 records avaialbe. no error found.I dont know where is the problem.
2
1,131
thread by: Diksha | last post Dec 22 '15 by: Diksha
<?php include("config.php"); $name= $_POST; $password= $_POST; $query = mysql_query("SELECT * FROM data WHERE name='$name', password='$password' "); if(mysql_num_rows($query)) { WHILE ($rows = mysql_fetch_array($query)):
4
2,772
thread by: mfaisalwarraich | last post Dec 22 '15 by: Atli
Hi Everyone, I have some problem with SEO expert while arguing about PHP Code and Head tag. I have included some PHP Code inside head tag like <head> <?php include("includes/functions.php");
4
1,275
thread by: Toxicous8 | last post Dec 27 '15 by: Toxicous8
I'm using CSS and I use the position code but when I minimize the page, it'll have different positioning.How do I make it the same with the maximized appearance?
0
2,302
thread by: samvb | last post Dec 29 '15 by: samvb
I been googling for three days to find a decent file manager for CI. I have downloaded a few free/open source but not satisfied: fileman : small foot print and easier but hard to integrate to CI due to security issues (getting CI Session status outside the CI is hard). KCFinder: again hard to integrate into CI. All others I tried fall...
4
2,038
Ajay Bhalala
thread by: Ajay Bhalala | last post Jan 4 '16 by: Ajay Bhalala
Hi, I have a registration form. I want to validate this form in php using javascript. Here is my code of registration form : <html> <head>
3
5,749
thread by: ahmad233 | last post Jan 5 '16 by: zmbd
pls i want php function that will generate student id like dms/15/01 serially, when entering new records, i want it to show in student reg_number column in registration form so that in can be inserted into database with the rest of information entered manually by the student. thank you
3
1,268
Ajay Bhalala
thread by: Ajay Bhalala | last post Jan 7 '16 by: Dormilich
Hello, I have create a registration form in the Following path Path : C:\Program Files (x86)\EasyPHP 2.0b1\www\Connectivity In the folder "Connectivity", my php file "Registration.php" is created. And there is One another folder "Upload" in this folder. Here I have create 3 file Connectivity.php - For establish connection to database
1
1,263
thread by: Diksha | last post Jan 8 '16 by: Dormilich
login.php <?php ?> <html> <body> <head> <link rel="stylesheet" type="text/css" href="style.css"> <script language="javascript" type="text/javascript">
4
1,460
thread by: eswar451 | last post Jan 13 '16 by: Dormilich
iam a fresher.i am learning php ,but i am confused which is better php or java.my frinds are learning java and frinds says not growth in php.i am not lern in java. plz help me??
1
1,135
thread by: cocolino | last post Jan 14 '16 by: Dormilich
Hello i'm beginner and i need help from community experts. I have a problem every time wen page is updated with info or not. Wen i push submit form button from page the checkboxes with same values is multiplied only if those is checked. Ex. if i have checked Name, Name 4, Name 9 the checkbox with same value is multiplied and i want to stay only...
3
1,778
thread by: vivek14 | last post Jan 16 '16 by: Luuk
Hi, I am working on one project which uses oracle as a database. According to requirement I have to store image on oracle database in blob(datatype) and retrieve that stored image and show in a web page. If I am doing so,I am getting a broken image the code is shown below: $query = $pdo->prepare("SELECT image,type FROM image where s_date = ?...
1
1,077
thread by: Toxicous8 | last post Jan 20 '16 by: Dormilich
hi, i've been working on php developing, and it was great.but when i see some other php codes on the internet, they use much more advanced codes than me.i know about variables, representing html input and stuff like that.i tried several advanced tuts pdf reading but i saw about classes which i dont get their purpose.i mean how is it better to...
1
1,161
Purple
thread by: Purple | last post Jan 20 '16 by: Purple
I have the following Javascript function to manage the edit of a field on a bootstrap modal web page. It works fine with Chrome but Edge does a page reload after completion which closes the modal. Any thoughts on why this is happening? Suggestions to stop it? function edit(element) { if (document.getElementById(element +...

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.