- Fetch data from check box and radio buttons and display it with some style. fetch only one checkbox value out of 3 values.
- Use post and get method to fetch data from input fields and print it in other page and apply some style on the result.
- How to write PHP in HTML and HTML in PHP? Also write javascript in PHP syntax.
- Connect with your database by mysqli procedural and with mysqli object oriented and also close this connection with mysqli object oriented , again connect with database with PHP Data Object PDO , retrive data from there using mysqli procedural one time use mysqli procedural with prepared statement and with mysqli object oriented, one time use mysqli object oriented with prepared statement and with PHP data object PDO and display it in tablure form in web page. , one time use PHP data object with prepared statment . important lecture for PDO
- insert data into database dynamically from user using input text fieldsusing mysqli procedural one time use mysqli procedural with prepared statement. and with mysqli object oriented, one time use mysqli object oriented with prepared statement and also with PHP Data Object PDO, one time use PHP data object PDO with prepared statement
- Retrive data from database and insert data in webpage using mysqli procedural with prepared statement and with mysqli object oriented , one time use mysqli object oriented with prepared statement and also using PHP Data Object PDO, one time use PHP data object with prepared statement
- Delete data from database using UI button in webpage using mysqli procedural. one time use mysqli procedural with prepared statement and with mysqli object oriented, one time use mysqli object oriented with prepared statement and also with PHP Data Object, one time use PHP data object with prepared statement
- Update data in database from webpage. Using mysqli procedural. one time use mysqli procedural with prepared statement and with mysqli object oriented, one time use mysqli object oriented with prepared statement and also with PHP Data Object PDO, one time use PHP data object with prepared statement
- Execute multiple // queries in php script
- important lecture about prepared statement
Wednesday, 3 July 2019
Questions about PHP. Geekyshows youtube channel
Questions about javascript. geekyshows youtube channel
- Target some node using its id,class and tag name.
- Target some node using querySelectorAll and querySelector.
- Target some node then find any one of its attribute's value and name.
- Target some node using its parentNode, childNodes and children, firstChild and firstElementChild, lastChild and lastElementChild, previousSibling and previousElementSibling nextSibling and nextElementSibling.
- Create one element node, text and comment node. Then append element node with textNode in one div.
- Make a copy of one div or list item then append it in other div or in other list. Also remove some div or list item and Replace one div or one list item too...
- Find out the number of characters in one text area.... length. modifying text nodes length property
- create a document fragnment.
- Create one element (h2) and then insert it in one element (h1) in all its 4 possible positions...............insertAdjacentElement
- Target some node and insert some other node before it......insertBefore
- Insert some HTML and text in one node in all 4 possible positions........insertAdjacentHTML
- create one orderd list on click action ..... outerHTML(4.45).
- Append some data in some existing text node.... appendData. Also insert some data in some existing text node in some specfic position ..... insertData
- Replace and delete some data in one existing text node.... replaceData and deleteData.
- Set get and remove one attribute in a targeted node also check that weather that targeted node has some specfic attribute.
- Replace one class from existing element from some other class which you made in CSS separately.
- Add single or multiple classes in one HTML element also remove and replace some class.
- Set some CSS inline properties also remove some specific CSS inline property and set CSS property with proirty.
- Dynamically create table including caption, table head, table Foot also insert Row in default position and in specific position and insert data in cells. replace new row with data in existing row also delete caption, delete table head, delete table foot and delete table row
Subscribe to:
Comments (Atom)