Recent content by the boogyman

  1. T

    What is the difference between a PHP constructor __construct() and operation...

    ...function of a class ? Ok , I am trying to make sense of when to use a constructor or just a personal created FUNCTION in a CLASS in the PHP language to create an object... Ok , this is an example class A { function __construct ($ y, $ x) { echo " The first parameter is ". $y." "; echo "...
  2. T

    What is the difference between a PHP constructor __construct() and operation...

    ...function of a class ? Ok , I am trying to make sense of when to use a constructor or just a personal created FUNCTION in a CLASS in the PHP language to create an object... Ok , this is an example class A { function __construct ($ y, $ x) { echo " The first parameter is ". $y." <br...
  3. T

    What is the difference between a PHP constructor __construct() and operation...

    ...function of a class ? Ok , I am trying to make sense of when to use a constructor or just a personal created FUNCTION in a CLASS in the PHP language to create an object... Ok , this is an example class A { function __construct ($ y, $ x) { echo " The first parameter is ". $y." <br...
  4. T

    Will I be expected to know everything by heart as a PHP entry level programmer ?

    Are you expected to know everything by heart as a PHP entry level programmer for example ?? Can I bring my programming language books I learnt from when I start my first job as a PHP developer or other kind of programmer right out of college ??? I assume there's NO WAY a person can know EVERY...
  5. T

    I really need help with this PHP code that is not working , What is wrong

    with this PHP code ? Ok ... I have created just one form that enters a code and depending on the specific area codes , it will display the price per weight of what you want to be shipped .. but wen I click on the SUBMIT BUTTON , NOTHING gets displayed on the PHP form .. Nothing at all .. Help...
  6. T

    I really need help with this PHP code that is not working , What is wrong

    with this PHP code ? Ok ... I have created just one form that enters a code and depending on the specific area codes , it will display the price per weight of what you want to be shipped .. but wen I click on the SUBMIT BUTTON , NOTHING gets displayed on the PHP form .. Nothing at all .. Help...
Back
Top