39,320 Topics
| |
Hello, I am currently using phplist, which is ok but started acting weird lately, kinda buggy i must say. Please recommend a free php/mysql based mailing list software. and also please recommend a commercial version of which i might consider.. requirements: tracking of opens/clicks/etc.. multi-language support html support I need … | |
I have a created a page to upload images. Can someone please help me. When when I click on browse I would like the picture to go on the server and not change the image name. just to upload the image as it is. please help <?php include('../includes/cms.config.php'); require_once('login.php'); ## … | |
please anybody tell me about the PHP and about applications developedin PHP. | |
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' this line error is coming in php code echo "<td align="right"><a href='edit.php'>Edit/ </a> <input type="delete" name="delete"></td>"; | |
I installed a vbulltein in my pc during installation everything goes fine but, when viewing the pages i can't see the text only the numbers are showing up I tried uninstalling and reinstalling and i got the same problem an image of the problem is attached any help will appreciated | |
Hi, I have a family database, and I am having trouble displaying a family member that has more than one child. $bw=$_GET["id"]; mysql_pconnect("localhost","user","password"); mysql_select_db("database"); $result = mysql_query("SELECT * FROM Members WHERE id='$id'"); $row = mysql_fetch_array ($result, MYSQL_ASSOC); echo "Member: "; $result2 = mysql_query("SELECT * FROM spouse WHERE mid='$id'"); $row2 = … | |
Hi, my first post. I'm trying to gather attendance records between two dates the user selects. I have two tables 'attendance' and 'artists_details' which I'm hoping I've successfully joined. The field I'm working on is just above the commented one 'ethnicity=maori'. I get no errors, however whatever dates I choose … | |
help please once again... my login page was working just fine when one morning it just stopped to function. now i have tried to fix it, buy changing some of the logic and also recreating the database. now the point i have reached is that when the user enters his … | |
Hello all, What I want is to divide a string in timeformat, lets say 27:30. How can I do that? Eventually I can use SQL for it, because the string comes from the database. Thanks before! | |
We have built a code to compile C program from text area built in PHP. We have tried all the commands that could be used to compile the program, for example exec(), system() and even the shell_exec() commands. The problem is still that we are not getting the output. We … | |
Hi all, I am using php-4 with apache 2.0 on redhat linux. Now i need to install php-5 on separate directory without disturbing existing setup.. that is multiple php installation. thanks in advance Sg.. | |
hi i need ur guidens to create websitebuilder. It look likes first i have a button like "create your own pages." when user clicks on this link you should get different opton like > menu bar creation > style sheet upload for that site > new page creation etc. different … | |
Hello, was wandering if anybody out there can help me with the following: We use a third-party shopping cart, but they dont really make it easy to be able to buy "memberships". The way we have it now, is that they buy a "membership-card" (say item code: CLUBMEMBER", which when … | |
I am trying to write a simple php program that will up load files smaller then 200000000 bytes to my website, but I keep getting an error when I try to run it the initial HTML code is: <html> <body> <form action="upload.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" … | |
I have a page that holds two iFrames. The first iFrame is a form the user has to fill out. The second iFrame prints the results the form gives. When the page is first loaded with the two iFrames, I want the second to hold a default page that says … | |
I try to copy and paste TAB delimited list into html text area, then save it to database, however when I retrieve it from DB, all TAB space are gone, does anyone can give me advice is there a way to keep these TAB? Thanks in advance. [CODE] test test … | |
I am new to PHP, I need to create a web page where i have to create a new folder in the menu list with the name given by user. In detail, There will be 3 to 4 menus. if user need to add his own menu then we are … | |
Hi, Friends, I am new for Php please send me the tutorial which one is the best for Php learning | |
I'm writing a webapp for a professor. It is basically a replacement for a csh script he wrote, along with a simple interface that will allow for dealing with input and output files. All the csh script does is automate a bunch of perl scripts. Anyway, I chose to do … | |
I just got to the end of an assignment I needed to do and its due tommorow, but I broke my code and i've just spent hours trying to fix it, but I can't. Here are the two things I have left to complete.... [code] 1. A student must access … | |
Hello, i'm a newbie here and i just want to ask if what is the best distro in running PHP, MySQL, Apache? counting on your replies. thanks :) | |
hi if u login as a user into one site there we have to provide an option to create user define pages when the user is relogin he should get his own site instead of default site. logged in users site with all CSS ,HTML Pages ,Menu bars etc. what … | |
hi all, i have a requirement to provide an option to create new site for that page? plz send the reply ASAP. | |
Hi I have a form and I have a list of checkboxes I am trying to check 2 or all of them and get them to insert into one sql column in my database. When I select them it submits ok but in the cloumn on the database is storing … | |
hi good morning.. is my function for EXIT is corrcet? Thank you <form><input type="button" value="exit"onclick="exit=false"></form> | |
hi i want to provide multiline tooltip for selection box items in IE.what to do | |
Hey all, I'm having a bit of trouble making GD load and display an animated gif with imagecreatefromgif() and imagegif(). It only displays the first frame of the animation. Is there any fix for this / am I doing something wrong? -Stephen | |
could someone help me with your brilliant ideas of yours to help me for my final project... im a science computer student.. i need your ideas.. im so blank.. | |
Hello ! I am giving a project to Develop a forum website that people can chat with each other i need your help on where i can get the tutorial or on display records from the databases into a table and some other tips require for the development! Thanks. | |
I am trying to make a login page using php. index.php contain form for "login" and "password" which will be check by "process.php" My intention is: if the login or password is incorrect, an alert box will pop up telling the user the case, and redirect back to index.php Here … |
The End.