Tried as you stated but fails to print.
That also doesn't show anything.
Type: Posts; User: megha_3000; Keyword(s):
Tried as you stated but fails to print.
That also doesn't show anything.
Hello,
yes i added that but didn't got any message. https://gist.github.com/megha3000/e9f6f98a5e7a57a08491
have a look at this
i m trying to make it clear to you. i.e a couple of days ago i wrote a forum content at javascript How do i process the list and option field form element in CRUD with jQuery and PHP. Their...
Please help.
Hello everybody.
Got a problem at inserting data to database. i.e when i m using the pdo script with
a php script having session. the data is not inserted. but data insertion executes...
Too much basic error i did in the update.php script. That is in
$query = "update
language
set
employeeid = :employeeid,
...
Jazak ALLAHU Khair (May ALLAH give you best reward in feedback). Thank You. Alhamdulillah (All Praise goes to ALLAH).
I did changes as you recommended. After that the edit form works fine 5092.
...
Yes i have error reporting enabled.i used error_reporting(E_ALL & ~E_NOTICE); at first of the script. Still it doesn't show any error. but in case of
$language->language
I used a function...
No i didn't get any error message.as i stated before it's finding the employeeid at the field of employeeid .
But can't get the language at the select list field on update form. and didn't make the...
Dear All,
I got a tutorial http://www.codeofaninja.com/2013/05/crud-with-php-jquery.html
which gives a clear idea about CRUD operation with a simple user form using PHP Data Objects (PDO)...
At last it is solved Thanks ALLAH and thank you all. The code at line 52 where written idid will be just only id.
Yes it is.
No i don't get anything neither an error message nor a response.
It shows some error like:
The problem is it has hidden form. When i click on edit their it gives data from the database.
But the problem happens when i submit that edited data. The edited data doesn't
make any change in...
Please take a look. Can You please tell me, why editing is not working with this code ?
This is the link :
http://jeremydorn.blogspot.com/2011/...i-and-php.html
When i incorporate this code....
Hello Everybody,
Can anyone tell me, why editing is not working with this code ?
This is the link :
http://jeremydorn.blogspot.com/2011/02/simple-ajax-with-jqueryui-and-php.html
When i...
Hello Everyone,
Getting stuck to make a lightbox form. Can anyone please help me.
Thanking You
Megha
Thank you for your suggestions. But when i tried to implement these. something happened i will describe these to you.
- when i use mysqli_connect() function then it gives an error. Then again i...
Resolved Get Year Duration .
Thank you all for your quick feedback. I got a problem to get the total years. After that this is solved.
At first the datediff() function gives the days. And then...
Hello everybody,
i have 2 dates in my database
dateStart and dateEnd both stored as as type date: y-m-d (eg 2003-05-05)
how can i get years.
Thanking You
Megha
This script works when i send the $pass value which is md5($newpass) value. but it is too large.
for this a short length and readable password is more preferable here. and i want to make this.
Hello everybody
I got a problem with the script. i.e. when i use this php script
then when it send mail to sender the randomly generated
password which is mentioned here by $newpass
doesn't...
ALHAMDULILLAH Thank You so much. :)
Thank you. You are right. ALHAMDULILLAH i have resolve this after exploration.
Thank you all for your useful posts. I succeed to do image edit, upload and download through php script
after exploration. Hope your support in future like this way.:)
<?php
function dateconvert($date,$func){
if ($func == 1){ //insert conversion
list($day, $month, $year) = preg_split("/[|/|.|-|]/", $date);
$year=trim($year);
$date =...