https://codetones.com
  • How To Build Own Website Easily With WordPress >> WordPress most effective offered the ability to create Own Website... << Read More >>
  • Those 3 Errors Programmers Should Avoid >> Programmers do not often notice that 99.99% of users do... << Read More >>
  • How To Increase The Battery Life Of The Laptop >> My laptop is mostly on-the-go. Because the problem of turning... << Read More >>
  • The Simplest 5 Steps To Do SEO(Search Engine Optimization) in Your Blog >> Seo search engine optimization is a huge thing, that can... << Read More >>
  • .htaccess Web Developing :: Basic to Advanced >> .htaccess is a very useful topic for web developers. We... << Read More >>
  • Download A Huge Assortment of Stock Images Without Copyright Issue >> Those who are associated with web design, the problem is... << Read More >>
  • How to Make Computer Faster in Easy Ways.. >> In this post, I will tell you how you can... << Read More >>
Facebook Twitter Google Plus Linkedin RSS Youtube

Codetones

Only for Creative mind

  • Home
     
  • PC Helpers
     
  • Technews
     
  • Tutorials
     
    • HTML
    • CSS
    • PHP
    • WordPress
  • Code FAQ
     
  • Users
     
    • Login
    • Create An Account
  • About Us
     
  • Contact Us
     
Home Page > Code FAQ > Parse Error: Syntax Error, Unexpected 'Text' (T_STRING), Expecting ',' or ';'

Parse Error: Syntax Error, Unexpected 'Text' (T_STRING), Expecting ',' or ';'

author Author: Calixto

icon-calendar Date: 3 years ago

view Views: 2655

icon-comment Comments: 0

Share on

Facebook Twitter Google Plus Linkedin
Parse Error in Web Development

Web development, It is a commor error that every programmer face frequently. It is often occerred when programmer handle large number of code. It can happen to miss ending tag, semicolon (;), missing quotation, first bracket, second bracket or third bracket in a script.

sometime it is more irritive to indentify where the parse error occurred.

 

$sql = "SELECT * FROM users WHERE id = " . $q . ";
// missing ending second quotation

echo "<table border='1'><tr><th>Username</th><th>E-Mail</th><th>Info</th></tr";
// missing tr closing tag

echo "<form action=\"getuser2.php\" method=\"post\">";

while($row1 = mysqli_fetch_array($result1, MYSQLI_ASSOC)) {
echo "<td><input type=\"text\" name=\"info1\" value=" . $row1['uname'] . "></td>";

 

If you have any query comment bellow.

Related Posts

How To Display Code Errors

How To Display Code Errors

Laravel $errors Not Display Errors Message

Laravel $errors Not Display Errors Message

3 Errors Programmers Should Avoid

3 Errors Programmers Should Avoid

Increase Visitors On Your Site

Increase Visitors On Your Site

Leave a Reply

Codetones Adblocker Notice

AdBlocker Detected

Please disable your adblocker
This site is supported by the advertisement
Please disable your adblocker to support us !

Online Tools

  • Image Convertor
  • File Convertor
  • Watermark On Image
  • Hash Password
  • Secure Password Generator
  • Color to Black & White Image
  • Black & White to Color Image

Popular Posts

How To Display Code Errors In Web Development
How To Display Code Errors In Web Development
Brief Description About New Attributes Introduced By HTML5 For <form> And <input> Elements
Brief Description About New Attributes Introduced By HTML5 For <for...
How To Build Own Website Easily With WordPress
How To Build Own Website Easily With WordPress
The Collection Of Various Type Of Shape In CSS
The Collection Of Various Type Of Shape In CSS
Career Opportunity After Completing Computer Science And Engineering
Career Opportunity After Completing Computer Science And Engineering
Large-Skycraper

Categories

  • HTML
  • CSS
  • PHP
  • WordPress

Join Codetones

Facebook Twitter Google Plus Linkedin RSS Youtube

Codetones

Codetones is the Web Solution Base Website. Here You Can Find Beginner to Advanced Level Tutorials.

Support

  • About Us
  • Contact Us
  • Codetones Mobile Apps

Accessibility

  • Terms of Use
  • Privacy Policy
  • Site Map
© Copyright 2019 Codetones. All Right Reserved

Powered by Codetones