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
~4K People Reached
About Me

Im a 19 year old boy from Norway who loves computers.

Im not so good at php, but i can do alot of html and css. Still wanting to learn new things!

Also, im here to get help with php.

Interests
Watching movies. Watching series. Photoshopping. Gaming.
PC Specs
Processor: i5 750 2.63Ghz @ 3.23Ghz Ram: 8GB Corsair Vengeance DDR3 Gpu: 260GTX x 2 SLi Motherboard:…
Favorite Forums
Favorite Tags
Member Avatar for rosstafarian

Hi guys, Im going to properly learn PHP by doing a little project that ive made up. I know the basics of PHP but i havent really done much of it. I need to know how to go about doing what im going to outline below. Please note, i dont …

Member Avatar for rosstafarian
0
1K
Member Avatar for kaizokupuffball

Hi! Im making a database class in PHP. And i thought i might post it here, and ask for your opinions and how i can do this better? :) <?php class Database { var $db_host = 'localhost'; // Server var $db_user = 'root'; // Username var $db_pass = ''; // …

Member Avatar for broj1
0
182
Member Avatar for kaizokupuffball

Hi! I have this problem on my website. When i move to the randomize section of my page it loads slow. It's ment to fetch alot of images, but it loads pretty slow, also the window freezes until the jQuery code in done running. I don't know how to explain …

Member Avatar for LaxLoafer
0
174
Member Avatar for kaizokupuffball

Hi! I got this image uploading script for my website, but i don't know if it's gonna work or not. I just wanted to ask if someone could take a look at it, and tell me if the code looks okay and ready to go. Thx in advance. [CODE] <?php …

Member Avatar for diafol
0
140
Member Avatar for kaizokupuffball

Hi! I can't say im familiar with the .htaccess file. I need to create a htaccess file that will redirect the user if he manually tries to open a .txt file on the server, or tries to download it (example if the user tries to navigate to [url]www.domain.com/users/username/bio.txt[/url], then he …

Member Avatar for diafol
0
119
Member Avatar for kaizokupuffball

Hi! I got this messaging system on my website up and running now. But there is something i need to do when the user click the message they got. All the new messages are flagged as New! when they get the message. When they click on it, i got this …

Member Avatar for karthik_ppts
0
469
Member Avatar for cgull

Hello, Does anyone know about a good tutorial for a user login system? I searched the net for a day and a half now, downloaded few scripts, tutorials and classes, but each one had a problem in it. I need a simple and secure user login script. Any help? Thanks

Member Avatar for cgull
0
134
Member Avatar for kaizokupuffball

Hi! I am currently building a "social" website where people can send messages to eachother. When they are on their profile page they have this menu, one of the items are "Inbox". This is where the user can send personal messages to other users by typing the other users name, …

Member Avatar for kaizokupuffball
0
147
Member Avatar for kaizokupuffball

Hi! I am animating on click, and when i click the element a box fades in, but i got a problem. Inside my div tag i fetch user info from a database, now if i try to click a member named Test i get the info from the Test user, …

Member Avatar for kaizokupuffball
0
185
Member Avatar for kaizokupuffball

Hi! I got this image uploading script that will upload the user's choosen picture, and save it in the user's folder with the users nickname. Now, when i got the picture uploaded i want to resize it to 3 exact sizes (3 versions of the image). 240x250 and 2 other …

Member Avatar for kaizokupuffball
0
391
Member Avatar for kaizokupuffball

Hi! Im currently trying to make a social website of a kind. I got the login, registration, userpage, profile TINYMCE editor working. But there is one thing im really struggling with, and that is; How do i let other users visit other users? When the user log's in, they're redirected …

Member Avatar for kaizokupuffball
0
350
Member Avatar for kaizokupuffball

Okay, so basically i need a little helpt with some validation code. I need to see if the user has actually selected an image, if not, $error = 1;. I tried this: [CODE]if($_FILES['image']['name'] == "") { echo 'Error: Select an image!'; $error = 1; }[/CODE] I tried several times to …

Member Avatar for kaizokupuffball
0
461
Member Avatar for kaizokupuffball

Okay, so i get this error on line 19 in this pagination script. The error goes like this: Notice: Undefined index: page in C:\wamp\www\pagination.php on line 19 This is wrong: $page = $_GET['page']; But i don't realy understand what is wrong, because the targetpage is set to "pagination.php". Maybe it's …

Member Avatar for cereal
0
155
Member Avatar for kaizokupuffball

Hi! Im pretty new to this whole thing with PHP and have looked at some examples to learn it. I currently made a site that for now, runs on WAMP localy. The thing is, i was wondering if this would be a good code to use on the upload.php site. …

Member Avatar for kaizokupuffball
0
266