Search found 10 matches

by uday.strad
Mon Jan 06, 2014 5:04 am
Forum: PHP - Theory and Design
Topic: when would be a time to realize I am too stupid to learn php
Replies: 13
Views: 21356

Re: when would be a time to realize I am too stupid to learn

Some tips for your help w3schools.com This is wer i started my basics... Well it depends on each and every persons ability to cope up with this subject.... I could guide u with some tips to learn it faster.... 1. Work under an experienced guy 2. Study and implement(study proper materials) 3. Try new...
by uday.strad
Mon Jan 06, 2014 4:54 am
Forum: PHP - Code
Topic: need immediate help with login code
Replies: 2
Views: 1013

Re: need immediate help with login code

Its better you show us the errors ....
Also Try this... if it works...
may b the inverted comas are a problem....

$match = "select * from tbllogin where username = '$username' and password = '$password' ";
by uday.strad
Mon Jan 06, 2014 4:49 am
Forum: PHP - Code
Topic: how Long does it take to become a php master
Replies: 3
Views: 1452

Re: how Long does it take to become a php master

Well it depends on each and every persons ability to cope up with this subject.... I could guide u with some tips to learn it faster.... 1. Work under an experienced guy 2. Study and implement(study proper materials) 3. Try new stuff and try to bond each of them 4. Google what is needed. 5. Go throu...
by uday.strad
Mon Jan 06, 2014 4:43 am
Forum: HTML, CSS and other UI Design Technologies
Topic: Implement CSS
Replies: 2
Views: 4076

Re: Implement CSS

The agree with the above answer but also remember its a php file. Php file has extension .php while css file has extension .css
So if u r including css in a php file your extension would be .php
whereas including a css file externally would require a .css extension
by uday.strad
Mon Jan 06, 2014 4:36 am
Forum: HTML, CSS and other UI Design Technologies
Topic: Want to learn PHP Programming?
Replies: 14
Views: 16466

Re: Want to learn PHP Programming?

w3schools.com

This is wer i started my basics...
by uday.strad
Mon Jan 06, 2014 4:00 am
Forum: PHP - Code
Topic: how do i input into 2 different table
Replies: 2
Views: 815

Re: how do i input into 2 different table

simply use two diff insert sql lines two complete your job.....
by uday.strad
Mon Jan 06, 2014 3:45 am
Forum: PHP - Theory and Design
Topic: how to create a new function
Replies: 3
Views: 11286

Re: how to create a new function

LOL...
What sort of question is this .... you will always find this answer....although your new next time make sure you google these doubts....

Heres your answer....
<?php
function writeMsg()
{
echo "Hello world!";
}

writeMsg(); // call the function
?>
by uday.strad
Mon Jan 06, 2014 3:32 am
Forum: PHP - Code
Topic: Getting an SSL error while connecting through Google Plus AP
Replies: 2
Views: 1024

Re: Getting an SSL error while connecting through Google Plu

You need to get SSl in your system. You need to buy it to get rid of this problem.
by uday.strad
Mon Jan 06, 2014 3:17 am
Forum: Databases
Topic: Mysql table to html table
Replies: 2
Views: 5133

Re: Mysql table to html table

Why dont you store Value of months in alphabetic form rather than confusing it with numeric form... for example the name atribute for march be march and not 3.....
I hop i have answered your queston. pls give out the databse structure if its wrong