• Member Avatar for pritaeas
    pritaeas

    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; …
  • Member Avatar for pritaeas
    pritaeas

    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; …
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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; …
  • Member Avatar for pritaeas
    pritaeas

    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; …
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    Edited c++

    how to do user inputs to array with calculation in c++
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in transfer variable value to another

    $comment_date = date('d-m-y'); Should be: $comment_date = date('Y-m-d');
  • Member Avatar for pritaeas
    pritaeas

    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; …
  • Member Avatar for pritaeas
    pritaeas

    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; …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Add calender date picker and enter date in to my database

    > it shows three error What errors?
  • Member Avatar for pritaeas
    pritaeas

    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; …
  • Member Avatar for pritaeas
    pritaeas

    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; …
  • Member Avatar for pritaeas
    pritaeas

    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, …
  • Member Avatar for pritaeas
    pritaeas

    Edited trigger

    How To create Trigger in PHP
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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).
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in looking for a ideal ways to make money online..any suggestions

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    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. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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!
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Zend MySQL query

    Use `FIND_IN_SET()`
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in php mail function not sending email

    Is this running on your development machine, or on a shared host?
  • Member Avatar for pritaeas
    pritaeas

    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. …
  • Member Avatar for pritaeas
    pritaeas

    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. …
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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, …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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.