...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 "...
...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...
...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...
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...
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...
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...