Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 27
Search took 0.06 seconds.
Search: Posts Made By: epxine
Forum: PHP 12-13-2011, 07:48 PM
Replies: 0
Views: 1,205
Posted By epxine
Question magic quotes help

Problem solved, delete this thread if you wish.
Forum: HTML & CSS 11-18-2011, 02:39 PM
Replies: 4
Views: 550
Posted By epxine
sry but i dont realy understand, where exactly do...

sry but i dont realy understand, where exactly do you want me to put these divs?,

edit: i now also noticed if i create more than 3 news in the db all the right content on the site is moving...
Forum: HTML & CSS 11-18-2011, 11:24 AM
Replies: 4
Views: 550
Posted By epxine
http://epxgaming.no-ip.org/

http://epxgaming.no-ip.org/
Forum: HTML & CSS 11-18-2011, 10:34 AM
Replies: 4
Views: 550
Posted By epxine
Problems with News Positioning

http://img689.imageshack.us/img689/5452/1123sy.png
As you se on the picture it dosn't look good, and i want the author/date/comments on the bottom right news-footer

news-content.php


<div...
Forum: PHP 11-17-2011, 05:28 PM
Replies: 3
Views: 746
Posted By epxine
ok simple while loop if possible

ok simple while loop if possible
Forum: PHP 11-17-2011, 04:18 PM
Replies: 8
Views: 506
Posted By epxine
<3 you guys! ty alot

<3 you guys! ty alot
Forum: PHP 11-17-2011, 03:52 PM
Replies: 8
Views: 506
Posted By epxine
Awesome thanks! also do you know how to make...

Awesome thanks!

also do you know how to make the latest topics in the top? instead of having the first topic_id 1 at the top all time? so it dosn't stays the same if you knw what i mean
Forum: PHP 11-17-2011, 02:06 PM
Replies: 8
Views: 506
Posted By epxine
how i do to make them only show max 8 topics in...

how i do to make them only show max 8 topics in that list? so they dont go under the box when theres too many?
Forum: PHP 11-17-2011, 12:28 PM
Replies: 3
Views: 746
Posted By epxine
Exclamation [PHP] News System - Help!

Hello, i need a system for this mindmap i made, its for showing news and i want them to be sorted by id and max 3 news

my mindmap:
http://epxgaming.no-ip.org/acp/upload-system/uploads/asdad.png
...
Forum: PHP 11-17-2011, 01:27 AM
Replies: 8
Views: 506
Posted By epxine
Thanks both of you!

Thanks both of you!
Forum: PHP 11-16-2011, 11:19 PM
Replies: 8
Views: 506
Posted By epxine
Question [php/mysql]

can someone please tell me whats wrong here

<?php
// Make a MySQL Connection
mysql_connect("localhost", "user", "password") or die(mysql_error());
mysql_select_db("cms") or die(mysql_error());...
Forum: HTML & CSS 11-03-2011, 06:23 PM
Replies: 5
Views: 564
Posted By epxine
i started over and cleaned things up abit, i edit...

i started over and cleaned things up abit, i edit the php/css code in my first post and addes images, the live url works, it is just that im not hosting it 24/7.

yes i would like the whole design...
Forum: PHP 11-03-2011, 07:21 AM
Replies: 31
Views: 1,325
Posted By epxine
blank site again, nothing gets inserted to db, no...

blank site again, nothing gets inserted to db, no errors shown
Forum: PHP 11-03-2011, 06:07 AM
Replies: 31
Views: 1,325
Posted By epxine
Warning: mysqli_query() expects at least 2...

Warning: mysqli_query() expects at least 2 parameters, 1 given in C:\wamp\www\commentAction.php on line 23

line 23:
mysqli_query($sql);
Forum: PHP 11-03-2011, 04:39 AM
Replies: 31
Views: 1,325
Posted By epxine
Warning: mysqli_query() expects at least 2...

Warning: mysqli_query() expects at least 2 parameters, 1 given in C:\wamp\www\commentAction.php on line 22

line 22:
mysqli_query("INSERT INTO comments (id, body, email) VALUES...
Forum: PHP 11-03-2011, 04:21 AM
Replies: 31
Views: 1,325
Posted By epxine
mysqli_query("INSERT INTO comments ($id, $body,...

mysqli_query("INSERT INTO comments ($id, $body, $email) VALUES ($id,$body,$email)") or exit(mysqli_error());

like that?, if so got the same message and nothing got inserted in the db
Forum: PHP 11-03-2011, 04:15 AM
Replies: 31
Views: 1,325
Posted By epxine
got the "FILL OUT EVERYTHING PLEASE" message now ...

got the "FILL OUT EVERYTHING PLEASE" message now

<?php
ini_set('error_reporting', E_ALL);
ini_set('display_errors', 1);

//database settings
$server = 'localhost';
$user = 'user';
$pass =...
Forum: PHP 11-03-2011, 03:50 AM
Replies: 31
Views: 1,325
Posted By epxine
appently not, still blank <?php ...

appently not, still blank

<?php
ini_set('error_reporting', E_ALL);
ini_set('display_errors', 1);

//database settings
$server = 'localhost';
$user = 'user';
$pass = 'pass';
Forum: PHP 11-03-2011, 03:42 AM
Replies: 31
Views: 1,325
Posted By epxine
ye that was correct, now the page went blank...

ye that was correct, now the page went blank again, how do i log it?
Forum: PHP 11-03-2011, 03:34 AM
Replies: 31
Views: 1,325
Posted By epxine
edit: i restarted firefox again and now instead...

edit: i restarted firefox again and now instead of blank page it says //database settings $server = 'localhost'; $user = 'user'; $pass = 'pass'; $db = 'website'; // connect to the database $mysqli =...
Forum: PHP 11-03-2011, 03:25 AM
Replies: 31
Views: 1,325
Posted By epxine
did not work :/ same thing again

did not work :/ same thing again
Forum: PHP 11-03-2011, 02:26 AM
Replies: 31
Views: 1,325
Posted By epxine
did not work <?php //database settings ...

did not work

<?php

//database settings
$server = 'localhost';
$user = 'user';
$pass = 'pass';
$db = 'website';
Forum: PHP 11-03-2011, 01:59 AM
Replies: 31
Views: 1,325
Posted By epxine
Comment.php (http://epx.no-ip.org/comment.php) ...

Comment.php (http://epx.no-ip.org/comment.php)

yeah that worked. now when i press the submit query it sends me to CommentAction.php (http://epx.no-ip.org/commentAction.php) and it goes white all...
Forum: HTML & CSS 11-02-2011, 10:38 PM
Replies: 5
Views: 564
Posted By epxine
Site Browser Problems

This is the problem i got:
http://img714.imageshack.us/img714/6764/notlikethis.png

I want it to look like this:
http://img46.imageshack.us/img46/2100/thisok.png


Live Preview...
Forum: PHP 11-02-2011, 09:22 PM
Replies: 31
Views: 1,325
Posted By epxine
Notice: Trying to get property of non-object in...

Notice: Trying to get property of non-object in C:\wamp\www\comment.php on line 29 Call Stack #TimeMemoryFunctionLocation 10.0010369904{main}( )..\comment.php:0 " />

line 29
<input type="hidden"...
Showing results 1 to 25 of 27

 
Forum Jump

All times are GMT +1. The time now is 03:26 PM.