Jump to content

programmerajay

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

programmerajay's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i m new to Php and Mysql, i m on to a website written in Php/ Mysql i was seeing the Php scripts when i found he used one statement where the query looked like: :: if(!$_POST["delete"]) { // determine if sectionName was previously uploaded $select = $db->select(); $select ->from('test', 'idtest') //->where( 'idquestion = ?', $key) ->where( 'idtest = ?', $_POST["testKey"]); / / / / / /What is This, i mean what does the syntax mean. $result = $db->fetchOne($select); Please clarify as i am just a beginner
  2. Please give me a good idea of how things work with Zend. Why should i go for zend and in what situations i dont need it. example of setting up zend core would be very helpful
  3. Hey all , i Just Joined This community and this looks exciting I m about to write a website with Php. i have read about whatever is available on zend core on zend site but dont quite grasp it. Please tell me how and why should i use it(my manager wants me to use zend core). Please give steps for configuring apache,Mysql with zendcore. Does it mean we dont have to install apache and Mysql if we install Zend core( i know this can be a stupid question, but im really new to web). waiting for a reply Thanks a lot
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.