Saturday, 14 April 2018

Warning: pathinfo() expects parameter 1 to be string, array given in

If you get about pathinfo  the you use this code $ext = pathinfo($img, PATHINFO_EXTENSION); yaaa $img = pathinfo($img, PATHINFO_FILENAME); If not work the use above the script error_reporting(0); the confirm this problem not come again Warning: pathinfo() expects parameter 1 to be string, array given in /storage/emulated/0/www/project/olx/resale_v2/web/post-ad.php...

Wednesday, 7 February 2018

Claculater in HTML, CSS, && JAVASCRIPT

Claculater in HTML, CSS, && JAVASCRIPT Claculater in HTML, CSS, && JAVASCRIPT <html> <head> <title>Calculater</title> <style type="text/css"> .formstyle { width:300px; height:410px; margin:auto; border:1px solid silver; background:blue; border-top-left-radius:8px; ...

Monday, 5 February 2018

Friday, 2 February 2018

Sms send and Earned money

Hii this is Ashish from phpcodes free He'll,  friends today i will told you about a website which and where you will got/earn money💰  I think all are know about that but but i think that i will told you about website anyone know this website then skip ,I think that's i will show you all images of this website...

Thursday, 1 February 2018

HTML Element

HTML Elements An HTML element usually consists of a start tag and end tag, with the content inserted in between. The HTML element is everything from the start tag to the end tag. like flowing <p>My first paragraph.</p> Start...

Basic information about HTML

HTML Basic Examples HTML Documents If you use to HTML 5 THEN Add <!DOCTYPE html>. All HTML documents must start with a document type declaration: <!DOCTYPE html>. Other wise start simply like this <html> The HTML document itself begins with <html>and ends...

HTML Editor in laptop/computer or mobile

Open Notepad (in PC) Windows 8 or later: Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad. Windows 7 or earlier: Open Start > Programs > Accessories > Notepad You can use other editor like, Notepad ++ ,Brickets, etc.... If...

HTML Basics symbol or structure

 The Basic information About HTML 5 IS.. <!DOCTYPE html >        <html lang="en">           <head>                  <title></title>  ...