Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #4K
~20.1K People Reached
Favorite Forums

8 Posted Topics

Member Avatar for camillee
Member Avatar for Grantism

Hey guys this is my code [code] <a href="Links.php"><img src="images/downloads.png"></a> [/code] How do i get rid of the blue border that goes around it?!!?? Thanks

Member Avatar for rajarajan2017
0
68
Member Avatar for Grantism

k guys so I have a login script, then an admin page, only for admins ><. But on the admin page I want them to be able to change there information, like email, username, password, account type, by the way my data base has all of these things acc type …

Member Avatar for vaultdweller123
0
176
Member Avatar for jhudson0219

try <html> <head> <title>My First Php Page</title> </head> <body> <p><?php echo 'Hello World!'; ?></p> </body> </html>

Member Avatar for jhudson0219
0
126
Member Avatar for levsha

the way I do it is, [code] echo 'The color value is '; echo $_SESSION['whatever sesh here']; echo 'The Length Value is '; echo $_SESSION['what ever sesh here'];[/code]

Member Avatar for Grantism
0
203
Member Avatar for jeeter19
Member Avatar for rajarajan2017
0
14K
Member Avatar for Grantism

Hey guys I am very new to this forum. I have quite a bit of experience with html, css and php. I was looking for a tutorial or some code examples for making a forum. I have a style I will use but I need to know the code for …

Member Avatar for mediachicken
0
170
Member Avatar for peck3277

[code=php] .footer { width: 1000px; } [/code] use that example and edit the 1000 pixels hope I helped

Member Avatar for Grantism
0
124

The End.