Search found 5 matches

by almanafi
Sun Aug 26, 2012 2:20 pm
Forum: PHP
Topic: Some Problem "uid" ,Fatal Error
Replies: 5
Views: 1446

Re: Some Problem "uid" ,Fatal Error

sorry for my late i have include the init.inc.php file and i have another error -------------- Fatal error: Call to undefined function create_conversation() in C:\xampp\htdocs\inconnect\new_conversation.php on line 44 -------------- and i try to write a username in To: (textbox) i have this error (T...
by almanafi
Sat Aug 18, 2012 6:57 am
Forum: Suggestions
Topic: Private Message Tools
Replies: 3
Views: 1878

Re: Private Message Tools

maybe somthing like that
but , what i mean is like the hotmail text box
by almanafi
Sat Aug 18, 2012 12:43 am
Forum: PHP
Topic: Some Problem "uid" ,Fatal Error
Replies: 5
Views: 1446

Re: Some Problem "uid" ,Fatal Error

[syntax=php]<?php session_start(); include ("header.php"); ?> <link rel="stylesheet" type="text/css" href="ext/css/main.css" /> <body> <div id="wrap"> <?php if (isset($_POST['to'], $_POST['subject'], $_POST['body'])){ $errors = array(); if (empty($_P...
by almanafi
Thu Aug 16, 2012 6:45 pm
Forum: Suggestions
Topic: Private Message Tools
Replies: 3
Views: 1878

Private Message Tools

Hi , i have a good idea
that will help us and it will be so nice when its done

that is Private Message Tools

we need a tools like Bold Text ,coloring the text and adding a smilies .. etc

** sorry for my bad english **
by almanafi
Thu Aug 16, 2012 6:40 pm
Forum: PHP
Topic: Some Problem "uid" ,Fatal Error
Replies: 5
Views: 1446

Some Problem "uid" ,Fatal Error

hi , everyone i have many problem in my system i followed the "Private message tutorial" but im make the index.php as a login page and when you login, you will return to profile.php and i have also a problem in "profile.php" i should write "?uid=2" ---------------------...