• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in My php file retrieve all data from datebase using PHP PDO?

    Says that the `$capacity` variable is undefined. Note that you cannot use parenthesis in PHP variable names.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching My php file retrieve all data from datebase using PHP PDO?

    HI I'm working with a php script and connecting via PDO to a database My php file retrieves all data from datebase when I selected one radio button for example …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in My php file retrieve all data from datebase using PHP PDO?

    > Notice: Use of undefined constant programming I think you removed the wrong thing. I meant in your form. Did you remove `$value` from the constructor?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching My php file retrieve all data from datebase using PHP PDO?

    HI I'm working with a php script and connecting via PDO to a database My php file retrieves all data from datebase when I selected one radio button for example …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in My php file retrieve all data from datebase using PHP PDO?

    > Notice: Array to string conversion in C:\xampp\htdocs\test\1Php.php on line 27 Oh, this may have to do with the fact you're using `programming[]`, didn't notice this earlier. I think you …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching My php file retrieve all data from datebase using PHP PDO?

    HI I'm working with a php script and connecting via PDO to a database My php file retrieves all data from datebase when I selected one radio button for example …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in My php file retrieve all data from datebase using PHP PDO?

    Missing semi-colon.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Trigger for update_history

    I have three table **customer** c_id NUMBER c_name VARCHAR2 c_address VARCHAR2 **order** o_id NUMBER fk_c_id NUMBER o_name VARCHAR2 o_price NUMBER o_orderDate DATE **order_history** oh_id fk_o_id fk_c_id oh_status VARCHAR2 oh_dateChanged DATE …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Trigger for update_history

    What do you want this trigger to do? You cannot use a trigger to update the same table.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching My php file retrieve all data from datebase using PHP PDO?

    HI I'm working with a php script and connecting via PDO to a database My php file retrieves all data from datebase when I selected one radio button for example …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in My php file retrieve all data from datebase using PHP PDO?

    Ah. You need a `WHERE` clause in your query, so you limit your results. Something like this (may need some tweaking): $value = $_POST['programming']; $sql = "SELECT * FROM usb_flash_driver …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching The caching of AJAX calls?

    ello ello, I'm currently calling a file using JQuery but every so often (very randomly) Google Chrome would crash (Just the tab, not the browser). Soooo I began investigating and …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in The caching of AJAX calls?

    Benefit? Ease of use, nothing else.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Trigger for update_history

    I have three table **customer** c_id NUMBER c_name VARCHAR2 c_address VARCHAR2 **order** o_id NUMBER fk_c_id NUMBER o_name VARCHAR2 o_price NUMBER o_orderDate DATE **order_history** oh_id fk_o_id fk_c_id oh_status VARCHAR2 oh_dateChanged DATE …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Trigger for update_history

    What exactly is the question?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Fatal error

    Fatal error: Call to undefined function dean-ueki@hotmail.com() in F:\xampp\htdocs\contact.php on line 87 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="keywords" content="" /> <meta …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Fatal error

    > Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in F:\xampp\htdocs\contact.php on line 91 That …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching My php file retrieve all data from datebase using PHP PDO?

    HI I'm working with a php script and connecting via PDO to a database My php file retrieves all data from datebase when I selected one radio button for example …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in My php file retrieve all data from datebase using PHP PDO?

    What exactly is the problem?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Fatal error

    Fatal error: Call to undefined function dean-ueki@hotmail.com() in F:\xampp\htdocs\contact.php on line 87 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="keywords" content="" /> <meta …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Fatal error

    `$mail()` should be `mail()`
  • Member Avatar for pritaeas
    pritaeas

    Began Watching the code of number balls game

    Please if u can send me the code or any example of the code of this game because i have on project on my univesity on app inventor . the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in the code of number balls game

    I hardly think PHP is the way to go here.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching preg_replace() Failing To Work

    I am attempting to use preg_replace to purge everything except letters and numbers in the $_POST, however is seems to be failing to work. Sample code below demonstrating the problem. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in preg_replace() Failing To Work

    What does the following do? $x1 = preg_replace('/[^A-Za-z0-9]/', "", $_POST['name'] ); $x2 = preg_replace('/[^A-Za-z0-9]/', "", $_POST['age'] ); echo "Welcome " . $x1 . "<br />"; echo "You are " . …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching how do i develop and run my own smtp

    i want to know how to develop and run my own smtp server
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how do i develop and run my own smtp

    You want to build one from scratch?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Can anyone help with a error ORA-01937 missing or invalid role name

    Hi there I got a little problem with a small bit of code am unfamiliar with orcale database the scripts I have were done by a other person for version …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Can anyone help with a error ORA-01937 missing or invalid role name

    My Oracle knowledge is low, but from the error message it looks like `&1._role` is causing the issue.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Tooltipster Help Needed

    I was reading through http://calebjacob.com/tooltipster to achive a cool tooltip, but seems not working for me :( any one please write me the code to achive this tooltip effect -> …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Tooltipster Help Needed

    Just view the source of [this page](http://calebjacob.com/tooltipster/#demos).
  • Member Avatar for pritaeas
    pritaeas

    Began Watching check if a record exists then if it does update table if it doesn't insert

    so my newest problem! i have a save button and that save button already has the insert into query and working fine now what i wanna do is when the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in check if a record exists then if it does update table if it doesn't insert

    If the `while` loop is skipped because there are no records, then `$permission` does not have a value.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Template from database in Smarty

    What is the easiest way to retrieve templates from database in Smarty? I've tried http://www.smarty.net/docs/en/resources.custom.tpl to make this work, but unsuccessfull. I can't figure out how to implement it right. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Template from database in Smarty

    Can you explain the steps you took for this example? Perhaps you missed something.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Strange code formatting / indentation

    When lloking through code snippets on PHP, I noticed that formatting/indentation is looking a little strange. Example: http://www.daniweb.com/web-development/php/code/430455/configurable-table-class ![ef419832f9f07668996122411aaec172](/attachments/large/0/ef419832f9f07668996122411aaec172.png "ef419832f9f07668996122411aaec172")
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Strange code formatting / indentation

    I don't see that on IE11, but I do on Opera. The editor shows a tab size of 4, but the output shows 8.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Problem to get HTML source using cURL

    Hello, I am trying to get HTML source of my vendor website's URL using cURL but I am not getting correct result, the output is coming only Header Template and …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Problem to get HTML source using cURL

    It is possible that the rest is loaded dynamically, which is something cUrl cannot get.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Need Good Resources

    I am new to web development, now i want to learn javascript for web development and plugins development, please tell me good sites for learn javascript, "GOOD SITE MEANS REAL …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need Good Resources

    Have you tried CodeAcademy?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Version Control on Custom Wordpress Themes

    I've started using Bitbucket recently for version control and I have to say I like it a lot. I've only been using it for HTML/CSS development. I would really like …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Version Control on Custom Wordpress Themes

    Is [this](https://confluence.atlassian.com/display/BITBUCKET/Publishing+a+Website+on+Bitbucket) what you are looking for?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching The caching of AJAX calls?

    ello ello, I'm currently calling a file using JQuery but every so often (very randomly) Google Chrome would crash (Just the tab, not the browser). Soooo I began investigating and …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in The caching of AJAX calls?

    If instead of `load` you use `ajax` then you can specify `cache:false` and a number will be added automatically.

The End.