39,320 Topics
| |
Hi, Now i have been working with chat module,In that i need to show a chat request alert on the remote side,Both are online but not login to the chat room,In this condition if i click "chat with that person" means i need to give a alert to him/her for … | |
Hello - I am a newcomer to this forum (referred by HappyGeek) and am utterly unable to find an answer to the following question, despite the hours I have spent parsing through posts on forums, exchanging e-mails w/kind souls more knowledgeable than myself, etc. I am in the process of … | |
Hi guys.. I use the MkPortal CMS.. I used a hack offered in their forum to change over to friendly URL rewrites.. I'm as clueless as can be when it comes to all of this.. Basic HTML is about all I understand.. Soo I'll try to make sence here (BTW, … | |
hai friends I need to add the forum featue to my application.I need some ideas ,suggestion how to develope the forum featute or any sample code avialbele .Please help me __________________ Thanks Vssp | |
I appreciate in joining the forum of PHP Web Designers/Developers and had started working with PHP & MySQL recently. Being a person affilated with embedded software areas for last 5 years, recently being told to join a new team within my organisation and told to come up with a webpage … | |
On my site, [url]http://www.stateofhumanity.org[/url] the search fuction is very weak. If you punch in for example "Congo war" nothing comes up. But if you just type in "Congo" or "War" individually, then articles, and links come up. :-| Is it possible to improve the search function so that when it … | |
I am trying to use a class that I wrote to use on another page (to use the functions and what not). In the class I have the constructor like this: [PHP] <?php class myClass{ function __constructor(){ //stuff here } } ?> [/PHP] And in my other file, where I … | |
I am fairly new to PHP, and I know how to get the information if in another PHP file if I use it as the action. But I want to get the information on the same page as the form. Is that possible? For example: [PHP] <form action="" method="post"> <input … | |
Referer dont shown, when giving location via header. header('Location: xxx.com'); I cant see HTTP_REFERRER when user came to xxxx.com How can I send referer with using header('Location: '); ? | |
I'm currently working on an OpenSource Project Called ShuttleBB with a few other coders. But i'm stuck for coders etc. Information Here [URL="http://en.wikipedia.org/wiki/Shuttlebb"][COLOR=#000020]http://en.wikipedia.org/wiki/Shuttlebb[/COLOR][/URL] [URL="http://www.shuttlebb.com/"][COLOR=#000020]http://www.shuttlebb.com[/COLOR][/URL] project site, with documents and notes etc. Coding Standards [URL="http://shuttlebb.com/docs/doc_coding_standards"][COLOR=#000020]http://shuttlebb.com/docs/doc_coding_standards[/COLOR][/URL] We ask that people intrested have the following Requirements: - PHP/MySQL - OOP/D - Coding standards … | |
I know it sounds confusing but I will try my best to explain what I really mean. Here is part of my css code: [CODE] .navitab { padding: 4px 8px 4px 8px; margin: 0 0 4px 0; text-decoration: none; letter-spacing: 1px; background: #e0e0e0 url(images/corner.gif) top right no-repeat; border-bottom: 1px solid … | |
hello everyone can somebody help with prolem. i already successfully istalled php and apache2 and already test it. but my problem is the connection for the mysql, which i use the include script.. i check the include file but there is nothing wrong with it..here's the sample error i encouter … | |
Hi, I am having 100 records in my database and i fetch them from database. Now i am displaying it in table i want to display it like 1 2 3 4 in different td. But when i give query it echo in stringht line 1 2 3 4 . … | |
I won't beat around the bush. A simple form is posting the field "notes" and "request_id" to this script. "billingrequest" is my tablename, "notes" is the field on the table I wish to update with the field "notes", and requestid is the field on the table that identifies which row … | |
I have written a program in php that writes a .doc file. the file is being written correctly, but i'm getting constant errors in the log. even when i'm not refreshing the page. I have no clue what could be causing errors when my page isn't even running. Please help … | |
I've written a php script that displays a summary table with certain select information from a database table. It has a "view" button next to each row, which takes the user to a printable form with the complete information from the table on it. There is a portion on this … | |
I've tried so much I cant get the full webpage to show up nugget93.com/test/ im using 2 includes 1 url variable and all the images are pointing to the right place and are uploaded | |
[COLOR=#000000]Dear all[/COLOR] [COLOR=#000000]I need to build a search with 2 select boxes like; [/COLOR] [COLOR=#000000]Search [/COLOR] [COLOR=#000000]I need the second box to be populated according to the first. (The first one will be populated by me and not from the database with 5 or 6 values). [/COLOR] [COLOR=#000000]After the second … | |
Hey, I finally got my php code to accept an array into my database without it just putting "Array" in the database field, by using "serialize" like so: [PHP]$services=serialize($_POST['services']);[/PHP] So now it's putting jibberish in the database field like it's supposed to, but I'm unable to use "unserialize" to get … | |
I always have a doubt that I couldn't solve that is the problem of previewing an upload image properly. I have wrote a php coding to upload and delete an image. In the page, user is able to view the image they have uploaded once they click the upload button. … | |
Hey, I've got a form that passes the date onto a php script, which posts all the form entries into a database. One of those fields happens to be a date field. I have it going into a column in a mysql database that has the DATETIME datatype, but no … | |
does anyone know where i can follow a plan on how to create a voting system in php/ | |
I have a site that I created some time ago that has been operating just fine until today. It seems that today, variables I am passing as post (in the URI) don't seem to be acknowledged by my script. Here is a sample URL: [url]http://www.somehost.com/edit_post.php?id=14[/url] I used to be able … | |
I was going to post up a job spec but I think what i'm really looking for is some suggestions to where to look or post up when looking for PHP Coders. And i dont want one-off Rentacoder.com or getafreelancer.com coders due to a couple of bad experiences and I … | |
Hi everyone, Iam mahendran and i working as a php programmer for the last 8months. I have a doubt to create mail ids in server dynamically using PHP. I wants to write a program for generating alias email ids in server dynamically when user register into the site by giving … | |
Hey everyone. Got a little problem with an html dropdown box I'm using in a php document. Here's the code I'm using: [PHP] echo "<td width=52% bgcolor=cdcdcd><form method=post action=myphpdocument.php>"; $query = mysql_query("SELECT clientname FROM clients"); echo "<select name=client>"; while ($r = mysql_fetch_array($query)) { $client = $r["clientname"]; echo "<option value=$client>$client</option>"; } … | |
Hello, When my users are logged in through my PHP Nuke site and use PHPbb there is one issue. when they try to navigate the Forum via the dropdown menu, the user is taken back to a page that says "Sorry, this section is not active!" ??? So I am … | |
My site is run on PHP Nuke, and the log in function works fine... It is also connected to PHPbb yet when I login through its fields I get the returning message... Not Found The requested URL /modules/Forums/modules.php was not found on this server. Additionally, a 404 Not Found error … | |
I have just started a website where i want a voting booth. i wanted to learn asp but cant run ito n xp home edition. ive started learning php but am totally confused about what else i need to download i.e my sql, apache... could someone explain to me what … |
The End.