39,392 Topics
![]() | |
Hi guys, I have a simple registration form and have had trouble getting it to check if the username is already taken in the database. This is what I have at the moment: (the code i tried to use to make the check is about half way down) [CODE] <?php … | |
Hello, I have a php script. there is user and admin sections. The information is displayed in the user side (displaying adding new article) when added from admin side. But when I add a new article and refresh page. it does not come but after 2-3 refreshes It comes. same … | |
I have a table that contains 144 records read in from a mysql database table. It's encapsulated in a div tag for the sole purpose of making the height fixed and scrollable. However, it seems that I can't place anything under the table. I wanted to put some contact information … ![]() | |
Friends Good Afternoon, Friends i not used Wamp any time and now i am trying to use the wamp server iam getting the projects in the wamp but how to use mysql in that i am not getting can any one please help me in getting that iam not getting … ![]() | |
Hello all, I am brand new to PHP, MySQL and Apache but I have over 25 years of software development experience on other platforms and more than 15 years of client/server, object-oriented, GUI, and SQL back-end development experience, so I feel confident that I will be able to give back … | |
Hi All, I am making an application in PHP using ajax as i dicussed in my last forums about multiple select boxes . Now the problem is coming that my application is running well . Let me explain whole of this: Like i have made one application for country , … | |
ANY help is appreciated - I can't figure this stuff out and I'm not familiar with this end of things at all - not getting anywhere with the software developer on this one - I've been down for over a week! [B]This is now the error message on my site...[/B] … | |
Hi guys, Im really hoping someone can shed some light and point me in the right direction, I have a form that works just fine but now im trying to make it so that the customer details section of the form can be automatically filled in by selecting from a … | |
Hello I am trying to run an exit survey when people leave my website. I really have no Idea how to got about it, so I have been piecing together PHP code and HTML. Hear is what I got so far. [CODE]<p>Thank you for visiting Niland's Place Campsite today. I … | |
Hello DaniWeb users! Thank you for your time and interest in helping me out: I have a real quick question: I have a combobox: [CODE]<select name="bMinute" style="background-color:#000000; color:#FFFFFF"onChange="document.myform.formVar.value=this.value"> <option value="zero" selected>0</option> <option value="ten">10</option> <option value="twenty">20</option> <option value="thirty">30</option> <option value="forty">40</option> <option value="fifty">50</option> </select>[/CODE] How do I load the value chosen by … | |
I'm experimenting around with Server Side Includes. I have them working fine using a .html extension. Trial.html file is below: [code=HTML] <html> <body> <!--#include virtual="HelloWorld.html" --> </body> </html> [/code] The .htaccess file looks like this: [code] AddHandler server-parsed .shtml .html .htm Options Indexes FollowSymLinks Includes [/code] HelloWorld.html is just a … | |
Hi all, hopefully my question is simple as I'm fairly new to OOP coding. I've found an RSS Parser on the internet (which is open source and I can adapt it to however I please yada yada). I want to hide certain variables. [CODE] <?php # RSSParser ## Using the … | |
Ok..here's a challenge (maybe not if you're really good I guess) for you PHP/MySQL gurus out there (may need javascript perhaps?) If you can point me to a solution that exists for this, that would be good. If you can implement one, I'd love to learn from it, tweak it, … | |
I'm not really well versed in web development techniques so I'm not sure if I'm describing it properly. What I'd like to do is to be able to remotely access the content of a page that don't immediately appear when the page loads and don't show up on the page's … | |
Hello I require a solution please the problem is the user register for an event at the admin side the admin can accept or reject is registration for event if admin clicked on accept a mail has to go saying that the registration has accepted else no mail please help … | |
i want to import a file and then use the items in variables i have the file imported i also turn it into chunks with explode now i tried preg_replace to get rid of certain charaters i need to get rid of " character from the file then split it … | |
Hello Friends, I got a problem iam working on a module called employers in that the company people can only give the username and we have to place the possiblity that employer cant able to modify the username and emailid can anyone please help me. Thanks | |
Hi, There is this website -> [url]http://www.openrouteservice.org/[/url] ,where on querying and using this url-> [url]http://data.giub.uni-bonn.de/openrouteservice/index.php?start=7.0892567,50.7265543&end=7.0986258,50.7323634&pref=Fastest&lang=de[/url] ! I get Route Summary with Route instructions.Now,I want to grab it.How is that possible using PHP? To explain bit more,I have till now,created the required URL using text boxes and concatenating values and tried … | |
but I NEED to learn. I am a graphic designer and I am working on my first website.... I must find a php/mysql picture uploader with contact form to place on my web page. I have tried many from this site but I think I am illiterate when it comes … | |
I need to add commas to my data.. Somehow I'm missing the mark on getting this done... Currently out putting building info with: [icode]<td><?php echo $row_DetailRS1['BuildingSize']; ?> </td> [/icode] I've use some variations of [icode]number_format($number);[/icode] without results. Should be easy but I'm not getting the results. Oh, and yes I'm … | |
hi all, pls reply, is there any multiple format video player which can be used in php. OR any other idea??? thanks, Arun ![]() | |
Hey guys, Basicly my nephew has just been born and I need to put soem images on my site for my grand parents (the great grad parents) to see. I can upload smaller galleries and all is well but for some reason if I upload a larger archive, for example … | |
Hello, [CODE]<?php ######################################################## # Login information for the SMS Gateway ######################################################## $ozeki_user = "0013246594464"; $ozeki_password = "password"; $ozeki_url = "https://sms.xxxxx.com/send_sms.php?"; ######################################################## # Functions used to send the SMS message ######################################################## function httpRequest($url){ $pattern = "/http...([0-9a-zA-Z-.]*).([0-9]*).(.*)/"; preg_match($pattern,$url,$args); $in = ""; $fp = fsockopen($args[1], $args[2], $errno, $errstr, 60); if (!$fp) { return("$errstr … | |
Hi, I have just inherited a website with an existing contact us form. however, it isn't doing what is should and I can't work out why. Does anyone know of a simple script with 4 fields (Name, Phone, Email and Comments) which I can simply insert into the existing contact … | |
Hey all I have a request i need to help implement We have this company who has 10 packages they need to distribute for download to 21 departments via the internet Eg. User1 logs in, then he clicks on accept, and then goes to a page that shows he can … | |
I usually dont have a problem with simple CRUD work, but these queries in particular are boggling my mind. looking at it now, i may have an extra foreach... anyone have any ideas how i can properly execute this? the code populates a form based on each distinct "dealer_id" (user) … | |
Hi Everyone I am working through a book called Dreamweaver PHP Web Development. It has a tutorial for creating a booking system for a hotel. The because went out of publication in 2002 and there isn't a errata on the Glasshaus site for it . When creating the search page … | |
i have this code,but it only displays the name but doesnt display other rows frm my database.i am very new to loop and arrays. thanks [CODE]mysql_select_db($database_profiles, $profiles); $query_Recordset2 = "SELECT * FROM biodata"; $Recordset2 = mysql_query($query_Recordset2, $profiles) or die(mysql_error()); while ($row = mysql_fetch_assoc($Recordset2)){ $row_Recordset2 = $row ['Name'][/CODE] | |
Hi, me again, I have a textbox that users can enter a url of there website. I have default value at http:// so when page loads the text box alreay displays http:// I am not sure what i do in PHP to check to make sure that the url starts … | |
Hi.. I want to simply upload a image to database..it may be the whole image or just the path or a html link of any image...and display it in another page..via a table...my main problem is I cant fetch & display it from database...I read and try some prevoius pages..but … |
The End.