Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~289 People Reached
Favorite Forums
Favorite Tags
Member Avatar for overwise

Hi there I am a web developer, kind a newbie, and I work with html, css, js, php, mysql technologies. Often I run into a trouble with using special chars, and I’m pretty confused with this issue. I work in Serbia, Serbian language uses some special chars, and sometimes when …

Member Avatar for shaya4207
0
137
Member Avatar for overwise

ok, I don't really understand what's going on whit this... i'm making this site where user may log in. when he log in, php code set the cookies and redirect user on his account. account page (account.php) recognizes him with this code: [CODE]<?php include "conn.php"; if(isset($_COOKIE['ID_my_site'])) { $name = $_COOKIE['ID_my_site']; …

Member Avatar for overwise
0
75
Member Avatar for overwise

hi i'm new in php, and i'm making my first db driven site. it's something similar to "news" cms concept. i made pages for uploading images, and inserting data into db table. it works. now i'm making a page where i want to display that content. here, i need some …

Member Avatar for overwise
0
77