Array is used to stores multiple values in one single variable We can create array by using "array" Keyword Type of Array Indexed arrays - Numeric index Associative
Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts
PHP
agyanadda
December 22, 2018
How to create link in dropdown in HTML.It is so simple to create you can see the given example Home Contact function Select(elm) { window.location = elm.value+".php"; }
PHP
agyanadda
December 22, 2018
Language Constructors in PHP There is huge collection of in build Language constructor in PHP. That helps us to call directly by PHP files. Like echo() is not
PHP
agyanadda
December 22, 2018
Escaping From HTML: Everything outside of a pair of opening and closing tags ore Elements is ignored by the PHP parser. It allows PHP files to have mixed
PHP
agyanadda
December 14, 2018
===============[getcode.php]====================== connect(); $sql="select *from gradienttb where id='$id'"; $result=$conn->query($sql); if($result->num_rows>=0){ $row=$result->fetch_assoc(); echo json_encode($row); // echo $row['id']."".$row['cidd']; } ?> ================[
PHP
agyanadda
December 13, 2018
How to insert and fetch image through database in PHP $img= addslashes(file_get_contents($_FILES["img"]["tmp_name"])); echo '';
PHP
agyanadda
December 08, 2018
You can use same Way this code that is working properly ========================================================================= echo "".$row['subject']."";
PHP
agyanadda
November 27, 2018
========================================================================= |====================== index.php ======================================| ========================================================================= CRUD CRUD APPLICATION Show ========================================================================= |====================== connection.php =================================| ========================================================================= connect_error){ die("Eoor to connect".$conn->connect_error); } ?> ========================================================================= |======================== dbcreate.php =================================| =========================================================================
Subscribe to:
Posts (Atom)