<?php Class Photo extends Db_object { //Properties //Abstract Tables protected static $db_table = "photos"; protected static $db_table_fields = ['photo...
I am trying to push. my code to github ,but. I am getting the following error.What steps shoul I follow to fix the problem?why is showing that. ?
<?php //Bussiness Logic // Constructor function connect($dbHost ,$dbName,$dbUsername, $dbPassword) { //Establish connection by instantiated $db = new mysqli( ...
<?php //Connect to Database $db_host = "localhost"; $db_name = "store"; $db_user = "root"; $db_pass = ""; $db_port = "3380"; //Create mysqli Object $mysqli = new mysqli...
Interview questions for junior software engeering.Back end developer at BNQ .Any idea 1.Tell us about an application you wrote that had to deal with an issue of scale 2. Wha...
Hi guys . I created a multimesional array .But i am finding difficult to put into table.Also displays 1 ,34 etc This is the code <?php $arrays = array( array(1, 34, 32 ,...
Hi guys Is tbis right the way i have written the following function <?php //PHP FUNCTION RETURN THE LENGTH OF STRING function my_strlen($word){ $i = 0; while(@...
[09/05 13:23] Laravel Developer: An url can be modified in Apache. .By using the modify_url directove .By using RewriteRule .Only by defining the rules in httpd.conf .if the ...
Hi I have successfully installed the Developer Tools on my Windows machine. I can run the phalcon command from the normal windows command prompt but cannot run the command fr...
?php //Establish the connection require_once 'config.php'; require_once 'db.php'; //Function $db = connect( DB_HOST , DB_NAME, DB_USERNAME, DB_PASSWORD ); ...
<?php //Establish the connection require_once 'config.php'; require_once 'db.php'; //Function $db = connect( DB_HOST , DB_NAME, DB_USERNAME, DB_PASSWORD );...
Write a PHP function called my_strlen which will return the length of a string. Do this without using ANY PHP built-in functions (strpos(), explode(), strlen(), split() - note...
Hi Guys I have been asked by recruiter to go through the Overview of PHP 5. 6 . What the main thing i should look at ?I am having an interview tomorrow
@fortysix_and_two how do you check the log?In which part of application?
Hi I habe built a website with 123 Reg and I also bought ssl certificate however the site is still not “secure” and sometimes I have to refresh twice for the site to upload...
Hi How do u install php 7 on pc?
What was wrong on previous code?
what kind of the theme has been used to this IDE? I need to install to my vs code.Because I real like
Hi guys I have two variables which hold some informations .how do u concantinate to able to hold a string? Example "subject: bon scotland:gebo"
<?= $variable ?>what does this mean?