-
Stopped Watching Add calender date picker and enter date in to my database
I want to use calander to pick a date as DD.MM.YYYY and post to database. Please help............ Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; … -
Began Watching Add calender date picker and enter date in to my database
I want to use calander to pick a date as DD.MM.YYYY and post to database. Please help............ Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; … -
Replied To a Post in Add calender date picker and enter date in to my database
Apparently `moondark` is not a column in your table. -
Stopped Watching Add calender date picker and enter date in to my database
I want to use calander to pick a date as DD.MM.YYYY and post to database. Please help............ Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; … -
Began Watching Add calender date picker and enter date in to my database
I want to use calander to pick a date as DD.MM.YYYY and post to database. Please help............ Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; … -
Replied To a Post in Add calender date picker and enter date in to my database
Instead of: $result=mysql_query($sql); do: $result = mysql_query($sql) or die(mysql_error()); and post the error message here. The notices above mean that your HTML form does not contain input's with those names. -
Edited c++
how to do user inputs to array with calculation in c++ -
Stopped Watching transfer variable value to another
<div> <?php include 'connect.php'; if(isset($_GET['id'])){ $page_id = $_GET['id']; $select_query = "SELECT * FROM articles WHERE articles_id='$page_id'"; $run_query = mysql_query($select_query); while($row=mysql_fetch_array($run_query)){ $articles_id = $row['articles_id']; $articles_date = $row['articles_date']; $articles_title = $row['articles_title']; $articles_category … -
Began Watching transfer variable value to another
<div> <?php include 'connect.php'; if(isset($_GET['id'])){ $page_id = $_GET['id']; $select_query = "SELECT * FROM articles WHERE articles_id='$page_id'"; $run_query = mysql_query($select_query); while($row=mysql_fetch_array($run_query)){ $articles_id = $row['articles_id']; $articles_date = $row['articles_date']; $articles_title = $row['articles_title']; $articles_category … -
Replied To a Post in transfer variable value to another
$comment_date = date('d-m-y'); Should be: $comment_date = date('Y-m-d'); -
Stopped Watching Add calender date picker and enter date in to my database
I want to use calander to pick a date as DD.MM.YYYY and post to database. Please help............ Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; … -
Began Watching Add calender date picker and enter date in to my database
I want to use calander to pick a date as DD.MM.YYYY and post to database. Please help............ Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; … -
Replied To a Post in Add calender date picker and enter date in to my database
> it shows three error What errors? -
Stopped Watching Add calender date picker and enter date in to my database
I want to use calander to pick a date as DD.MM.YYYY and post to database. Please help............ Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; … -
Began Watching Add calender date picker and enter date in to my database
I want to use calander to pick a date as DD.MM.YYYY and post to database. Please help............ Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; … -
Replied To a Post in Add calender date picker and enter date in to my database
What exactly do you need help with? See the manual for datepicker to see how to set "DD.MM.YYYY" as the format. However, since you want to insert into a database, … -
Edited trigger
How To create Trigger in PHP -
Stopped Watching Change the Label
Hi Any one ever wrked on live helper chat? [This](http://livehelperchat.com/) This is following template structure may be symfony or smarty and I am looking to change some form labels, but … -
Began Watching Change the Label
Hi Any one ever wrked on live helper chat? [This](http://livehelperchat.com/) This is following template structure may be symfony or smarty and I am looking to change some form labels, but … -
Replied To a Post in Change the Label
Since you apparently didn't wait for an answer on the forum there, I suggest you check the question before yours. It discusses changing the widget, perhaps that's what you need. -
Edited Operating system
This won't be a question but actually a boon. I'm making an research project so I would ask you to go website the and answer my questions please http://www.mojaanketa.si/anketa/422957379/ Have … -
Stopped Watching Twitter-like system - Following other users
How to follow and unfollow users? With following code, list of users appears. containing link to action.php If not following anyone goto action.php to follow that user from list or … -
Began Watching Twitter-like system - Following other users
How to follow and unfollow users? With following code, list of users appears. containing link to action.php If not following anyone goto action.php to follow that user from list or … -
Replied To a Post in Twitter-like system - Following other users
Execute the query. The result column named 'following' will contain 0 (false) if nobody follows (assuming I read your table correctly). -
Stopped Watching looking for a ideal ways to make money online..any suggestions
hello Members,I look forwrad to seek your opinions on making money online through surveys.. kindly suggest me a few.. and also other options of generating revenue for myself through the … -
Began Watching looking for a ideal ways to make money online..any suggestions
hello Members,I look forwrad to seek your opinions on making money online through surveys.. kindly suggest me a few.. and also other options of generating revenue for myself through the … -
Replied To a Post in looking for a ideal ways to make money online..any suggestions
Welcome to DaniWeb. -
Edited c++ code for pharmacy management system
Dear programmer, A pharmacy needs to automate drug inventory management system. Every drug has chemical Name, Chemical Composition, date of manufacturing, expiry date, and country of origin, quantity, category and … -
Stopped Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Began Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Replied To a Post in Link underline
How about this one: http://www.daniweb.com/software-development/csharp/code/217298/convert-xml-document-to-string#post2056728 If I copy/paste the link in the reply, it opens fine. No idea why it's marked with strikethrough. -
Stopped Watching php5.ini
This my site..http://www.vibrationlive.net. I just uploaded the progran to my Godaddy server. And im getting a lot of warnings and notices, how do i turn them off. And here is … -
Began Watching php5.ini
This my site..http://www.vibrationlive.net. I just uploaded the progran to my Godaddy server. And im getting a lot of warnings and notices, how do i turn them off. And here is … -
Replied To a Post in php5.ini
> And im getting a lot of warnings and notices, how do i turn them off. Don't turn them off... fix the problems! -
Stopped Watching Zend MySQL query
Hi. I have a mysql field with a record like: [2,5,11]. I have a query like: $query = $this->select() ->from($this->_name) ->where('id = ?', $id); This query work if record is … -
Began Watching Zend MySQL query
Hi. I have a mysql field with a record like: [2,5,11]. I have a query like: $query = $this->select() ->from($this->_name) ->where('id = ?', $id); This query work if record is … -
Replied To a Post in Zend MySQL query
Use `FIND_IN_SET()` -
Stopped Watching Twitter-like system - Following other users
How to follow and unfollow users? With following code, list of users appears. containing link to action.php If not following anyone goto action.php to follow that user from list or … -
Began Watching Twitter-like system - Following other users
How to follow and unfollow users? With following code, list of users appears. containing link to action.php If not following anyone goto action.php to follow that user from list or … -
Replied To a Post in Twitter-like system - Following other users
select *, (select count(*) from following where follower_id = $user_id) as following from members where member_id != $user_id order by firstname Something like this might work, although I'm sure it … -
Stopped Watching php mail function not sending email
Hey everyone, Hope everyone is doing well! So I might seem a little dumb to post this but I've googled and searched every possible thing I can think of to … -
Began Watching php mail function not sending email
Hey everyone, Hope everyone is doing well! So I might seem a little dumb to post this but I've googled and searched every possible thing I can think of to … -
Replied To a Post in php mail function not sending email
Is this running on your development machine, or on a shared host? -
Stopped Watching Relationweb on website
http://imageshack.com/a/img812/8573/if9.gif How to create such web, on website? I don't want to point (sub)website domains and relation. But I just want point relation between Word A, B, C to Z. … -
Began Watching Relationweb on website
http://imageshack.com/a/img812/8573/if9.gif How to create such web, on website? I don't want to point (sub)website domains and relation. But I just want point relation between Word A, B, C to Z. … -
Replied To a Post in Relationweb on website
What does it represent? Can you give a textual example? The problem is in the idea behind the image, not the image itself I think. -
Replied To a Post in User groups/roles for application
Action based sounds like a good start, so if anybody knows of some interesting samples please let me know. In addition, we probably want to define visibility of specific properties, … -
Stopped Watching Random Quote of the day
Hi Guys, I want to be generating random quote of the day. I want it to be so random and not repeating itself the same quote What is the trick … -
Began Watching Random Quote of the day
Hi Guys, I want to be generating random quote of the day. I want it to be so random and not repeating itself the same quote What is the trick … -
Replied To a Post in Random Quote of the day
> i m not able to execute this code. > mai i get a complete code for this.. It is complete, what's the problem?
The End.