39,316 Topics

Member Avatar for
Member Avatar for abhijit_2

Cannot add or update a child row: a foreign key constraint fails .this error occured then what can i do.

Member Avatar for pritaeas
0
168
Member Avatar for ajeetl

i have a .php class and access the file from FTP server and showing the data in table . i want to show the data of .php class on the google map when click on the marker and it will fetch the class .php on google map. How to give …

0
55
Member Avatar for Priti_P

Hello, i want to download link's data or save its data on file how can i do that in PHP? AND for example: http://nseindia.com/companytracker/cmtracker.jsp?symbol=HDFCBANK&cName=cmtracker_nsedef.css from this link i want to store data of "Issued Cap" section but when I see this in view page source then it do not show …

Member Avatar for pritaeas
0
248
Member Avatar for poshka

I have three tables 1.course(c_id(pk),c_name,sem_no); 2.student(s_id(pk),s_name,user_name,password); 3.student_info(s_id(fk),c_id(fk)); i have logged in the student.. den i run this query select distinct sem_no from course,student_info where course.c_id=student_info.c_id and s_id='0001' order by sem_no; it shows all the semster he passed inclueding the running semster.. now i want to show the last value of …

Member Avatar for ugi.nagesh
0
125
Member Avatar for devianleong

This is my script. Previously was fine but after I change to PDO will pop up error message like this: ![c3e8a4ba0737f3f2c3b274bd177d4fc3](/attachments/large/3/c3e8a4ba0737f3f2c3b274bd177d4fc3.png "c3e8a4ba0737f3f2c3b274bd177d4fc3") It's showing this two line got error: stripslashes($result->getColumnMeta($i))) . $csv_enclosed; and : if ($row[$j] == '0' || $row[$j] != '') Here is my script: if(isset($_SESSION['fromdate']) && isset($_SESSION['todate'])){ $filename …

Member Avatar for pritaeas
0
363
Member Avatar for rahul_29

<?php mysql_select_db("store"); $t="SELECT COLUMN_TYPE FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'stoke' AND COLUMN_NAME = 'catogory'"; $q=mysql_query($t); while($r=mysql_fetch_array($q)) { $y=$r['COLUMN_TYPE']; $u=explode("','",substr($y,6,-2)); //print_r($u); ?> <select name="category" > <option value="">Select Category:</option> <?php foreach($u as $option) { print("<option>$option</option> "); } ?> </select> <?php } ?>

0
181
Member Avatar for kristiyan

i have computer order for food and drink and i want if i click print button so automatic print in kitcen and bartender without i select printer manualy. how to make this?

Member Avatar for kristiyan
0
312
Member Avatar for deepak.fugo

Hi Guys, We are testing our site in Amazon AWS and site is built in PHP uses Apache and Mysql. My problem is i have 2 instances(say source and destination). I want to move file from source instance to destination instance(or say create a file on dest instance from the …

Member Avatar for pixelsoul
0
2K
Member Avatar for muthyam210

Hello mates i am having user table in my database i need php code to restrict users other than administrator to update and delete operations on my website and users should not able to access user management web page.

Member Avatar for deepak.fugo
0
78
Member Avatar for mayuri_desh
Member Avatar for devianleong
-6
2K
Member Avatar for nidhzee11

<select> <option value="1">one</option> </select> now i want to get 1 and "one" both using php..so plz reply me

Member Avatar for rahul_29
0
3K
Member Avatar for Iikeloa

Hi I made a page which check the login information if it is true or not but the code didn't work there is no errors just empty page ! <?php session_start(); ?> <html> <head> <meta http-equiv="content" content="text/html" charset="UTF-8" /> <title>Login checking</title> </head> <body> <?php require_once('inc/config.php'); $username = $_POST['username']; $password = …

Member Avatar for Iikeloa
0
251
Member Avatar for Frank15

Hi there, I'm not a developer. I'm a graphics designer. I would like to learn about web development. For that I'm doing research in different languages. Most of them suggested PHP and Python. I know little about PHP. But Python I don't rightly know. Tell which one I can go …

Member Avatar for kindo
0
321
Member Avatar for sql_1

$result123=mysql_query("select *from semdropdown"); <td><label for="textfield8">Semester </label></td> <td colspan="3"><select name="semester" value="<?php echo $semesterid; ?>"> <option value="">Select Semester</option> <?php while($row123 = mysql_fetch_array($result123)) { if($semesterid == $row123[semesterid]) { $selvar = "selected"; } echo "<option value='$row123[semesterid]' ". $selvar . ">$row123[semesterkey]</option>"; $selvar =""; } ?> </select> </p> <p></p></td> </tr> $result123=mysql_query("select *from semdropdown"); <tr> <td><label for="textfield8">Semester …

Member Avatar for sql_1
0
1K
Member Avatar for tony75

Hi I woluld lik to add date in my script. The date should not display just write it in my ip.txt like lis ip-Date <?php $ip=$_SERVER['REMOTE_ADDR']; $date= new DateTime("Y-m-d H:i:s"); $file = fopen('ip.txt','a+') or die("can't open file"); fwrite($file,$ip."\n"); echo "Your IP Address Saved: $ip\n"; echo $date->format('Y-m-d H:i:s'); ?>

Member Avatar for tony75
0
318
Member Avatar for Iikeloa

Hi I'm working on a registration system and I've faced a problem with checking if the email is already inthedatabase this is my checking code $sql = "SELECT * FROM users WHERE email='".$email."'"; $result = mysql_query($sql); $row1 = mysql_fetch_assoc($result); $row1['email']; if($email = $row1['email']) the problem is that when I put …

Member Avatar for Iikeloa
0
173
Member Avatar for RascelleGrepo

Hello, guys.. I am actually working on a project. I can't figure out how to limit the displayed content on a table of a particular data. I have a table (tblservices) that have fields (service_id, service_name, service_content, date_created).. *the service_name* is the title of the service, *service_content* is the whole …

Member Avatar for broj1
0
416
Member Avatar for MMadhavi

how to insert date in table by using datepicker jquery? my jquery code is as: <script language="JavaScript" type="text/javascript"> $(function() { $( "#date" ).datepicker(); }); </script> in html <tr colspan="2"> <td valign="top" align="left"> Date<font color="red">*</font></td> <td valign="top" align="left"> <input type="text" id="date" name="date" value="" readonly="readonly" autocomplete="off" size="20"> </td></tr>

Member Avatar for MMadhavi
0
2K
Member Avatar for Cristianh21

Hi, i'm trying to select two values from my database. $nc ='North Carolina'; $t ='Hello'; $q = 'SELECT COUNT(state, title) AS c FROM all WHERE state = "' . mysql_real_escape_string($nc) . '" AND title = "' . mysql_real_escape_string($t) . '"'; $rq = mysql_query($q); $fetch = mysql_fetch_assoc($rq); $count = $fetch['c']; echo …

Member Avatar for The Diamonds
0
277
Member Avatar for chrisschristou

hello Dany web friends how to use cookies session in php, how to insert cookie in database table to rember user, i would like to rember what page a user viewed on my website... and i think i can use cookie for SESSION but i don't know how to use.

Member Avatar for chrisschristou
0
1K
Member Avatar for leadcrumb

I made a new MySQL table in Phpmyadmin in Wordpress in the same database from Wordpress but a new table. I want to make a new page and add a script in the body that allows: 1. when i insert the page title to the new page, the script should …

Member Avatar for leadcrumb
0
387
Member Avatar for Iikeloa

Hi I have a problem with uploading files in php, and I don't know what is wrong :( this is my code : <?php //require_once('inc/config.php'); ?> <html dir="rtl"> <head> <title>تسجيل شركة جديدة</title> <meta http-equiv="content" content="type/text" charset="UTF-8" /> </head> <center> <form action="register.php" method="POST" enctype="mulipart/form-data"> <input type="text" name="username" placeholder="اسم المستخدم" /><br /> …

Member Avatar for Iikeloa
0
202
Member Avatar for navneil

Below are 2 functions that will handle the Query and rending of the menu from MySQL Database. This function Loops through the array. Takes in 2 arguments. function loop_section($array, $parent_id = 0){ echo '<ul>'; foreach($array as $section){ echo '<li>'; echo $section->section_name; echo '</li>'; } echo '</ul>'; } This function handles …

Member Avatar for broj1
0
241
Member Avatar for abhijit_2

Create a username that's at least 6 characters.It may include uppercase and lowercase letters. Usernames are case-sensitive. It also must include either:at least one number; or one of these symbols:_@/-

Member Avatar for deceptikon
-1
134
Member Avatar for abhijit_2
Member Avatar for deceptikon
0
118
Member Avatar for hriti
Member Avatar for hriti
0
1K
Member Avatar for Stefce

Hello i will ask directly with out explaining, how can i close this echo ??? <?php echo "<div class='date'> date("Y/m/d"); </div>"; ?> It gives me some error like `Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a5834708/public_html/index.html on line 149` Thanks :)

Member Avatar for cereal
0
179
Member Avatar for Cristianh21

Hello, I'm having a problem with my code. It seem to only echo out the picture name from my database and not the picture. This is my code search.php $result = mysql_query("SELECT * FROM all WHERE (`title` LIKE '%".$query."%') OR (`add_type` LIKE '%".$query."%')") or die(mysql_error()); if(mysql_num_rows($result) > 0) { while($results …

Member Avatar for broj1
0
290
Member Avatar for The_Thorn

Hello. I am beginning to re-develop a small database using PHP/MyQL; I have already sucessfully done this a year ago but no longer have access to the machine, code or credentials. It worked great! But now, I'm rebuilding it. The test site (PHP) seems to be fine. I see no …

Member Avatar for The_Thorn
0
172
Member Avatar for m2z

Hello there, I'm searching for a office intranet script which includes: **My Blog** : Blog Post By Internal Writer Or External Sources **My Docs** : Important Docs (product Notes, Company Profile, Faq) **My Task** : Task & Projects Assigned & Progress **My Hr** : Who Is Who With Email Address, …

Member Avatar for m2z
0
200

The End.