39,326 Topics

Member Avatar for
Member Avatar for Dhirajseo

Hi Guys, i want to submit daily news for my company peoples, i need similar templates like Code: [url]http://alltop.com/[/url] and [url]http://mashable.com/[/url] can you suggest me which template is similar to above sites? suggest me wordpress and joomla templates

Member Avatar for diafol
0
69
Member Avatar for cossay

I am in my final year in the university and about to do my final year project. I would be very happy if anyone of you can suggest an idea that I can implement with PHP. Thanks in advance.

Member Avatar for diafol
0
124
Member Avatar for stangn99

Hi guys/gals, I'm looking for a CMS Photo management site. Kind of like a Stock photography site, only I don't want to sell, I just want display images/EPS files. I REALLY like [url]www.istockphoto.com's[/url] layout and functionality. It gives previews for EPS files, which is what I need. I'm currently using …

Member Avatar for stangn99
0
181
Member Avatar for bouncycastle

Hello, My website contains many php pages that extract the content of a database according to a selected geographical area (regions and cities in the UK). To help google index all my pages, I have included all those php links in my sitemap. An example is [url]http://www.chinesetutorscentre.co.uk/UK/oxford.php[/url] Typing "Chinese tutor …

Member Avatar for Borzoi
0
117
Member Avatar for coxdabd

Hi, I've got a page URL of [url]http://localhost:8888/pass.php?main=about-us[/url] but I want the URL to be just [url]http://localhost:8888/about-us[/url] How is this done? I've played around with a rewrite for .htaccess but doesn't seem to want to work. [CODE]RewriteEngine On RewriteRule pass/(.*)$ pass.php?main=$1[/CODE] Any help greatly appreciated.

Member Avatar for pritaeas
0
58
Member Avatar for Pereguin

Hi, is there any way I can execute my PHP coding when my html image is clicked? Through AJAX, HTML, Javascript or anything. Right now my coding looks like this in Dreamweaver: <img src="_images/banner1.jpg" width="286" height="60" border="0" usemap="#Map" class="apply-btn" style="float:center; padding-top:20px; padding-left:240px;" onclick= "hello()" value='Applyonclick' input name='Applyonclick'/> </form> <script type="application/javascript"> …

Member Avatar for R0bb0b
0
171
Member Avatar for abelingaw

Regarding my previous post: [URL="http://www.daniweb.com/forums/thread326976.html"]http://www.daniweb.com/forums/thread326976.html[/URL] I manage to correct that error. Now my problem is the misplacement of records on my fields. Records that suppose to be in the Region field now displays at the Name field. Records that should be on the Zipcode field now at the Age field. …

Member Avatar for abelingaw
0
102
Member Avatar for zerey02

.I am creating an online quiz using PHP and MySQL. .what i want to come up with is a quiz page having a frame where the user is able to see the question and then choose from the available answers on the dropdown list. after which the user then clicks …

Member Avatar for R0bb0b
0
517
Member Avatar for jonnypixel

Hi, I am trying to check MYSQL table field for existing Tags. If they exist i dont want it to insert the tag. If they dont exist i want it to run the INSERT query. My code below wont work though.. it just keeps returning already exists even when the …

Member Avatar for jonnypixel
0
2K
Member Avatar for TooMpa

Hi trying to create a list structure list "nvidia/ati" had before you select something in one list and then the second list updates with values based on you selection. It will not be drivers and static items tho. So the purpose of this is to get a tree structure from …

Member Avatar for TooMpa
0
145
Member Avatar for luke noob

the problem is that its an undifined varible ($last) intill i type the second word, i [code=php] if($_POST) { $q=$_POST['searchword']; $q = explode(' ', $q); $first = $q[0]; $last = $q[1]; $sql_res=mysqli_query($mysqli, "select * from dogs where firstname like '%$first%' and lastname like '%$last%' order by id LIMIT 5"); while($row=mysqli_fetch_array($sql_res)) …

Member Avatar for luke noob
0
161
Member Avatar for feoperro

Hi, After completing a PHP website, with html, javascript and mysql connections - What can I do to ensure good security and what threats should I be aware of? Thanks, Ashton.

Member Avatar for diafol
0
96
Member Avatar for Aamit

Hi, I am uploading all types of files. After upload i want to calculate number of pages of uploaded file? The document could be DOC ,Docx, TXT ,PDF,PPT (with images or with out images) etc. How to calculate number of pages? Any Api available?

Member Avatar for diafol
0
161
Member Avatar for balle

Hello, I am making a blog lock well for my blog. This is checking if the value "locked" is 1. If it is then its locked. When I test on my site it does NOTHING. Please help me fix this. =) [CODE] $g = mysql_query("SELECT * FROM blogcomment WHERE id='$start'"); …

Member Avatar for diafol
0
55
Member Avatar for novice2

I have two tables table 1 idn ......1..........2 name....john......mary table2 id......1...........2.........3...........4 colors..white......red.......blue.......green idn......1..........2.........1...........1 I have my query SELECT * FROM table1,table2 WHERE table1.idn=table2.idn and I want to get results like this: name...........colors --------|------------- john....|...white ........|...blue ........|...green mary....|...red So if anyone can help me with php code to achive this result?

Member Avatar for novice2
0
115
Member Avatar for duttydea

I have just written this code o update my MYSQL Server with data from an Arduino Micro controller using Ethernet. Basically I want to pass the variables collected by the Arduino to the Server. Whenever I try to use this script the Values [I]$_POST['Name'][/I] [I]& $_POST['Value'][/I] do not get passed …

Member Avatar for somedude3488
0
145
Member Avatar for feoperro

Hi, After a user has registered, if they do not respond to the email sent to activate their account: then what is responsible for deleting the pending registration? Is it a database script? Thanks, Ashton.

Member Avatar for feoperro
0
133
Member Avatar for SiobhanyScot

Looking to do a similar map. Can anyone give me the basics/tips? [url]http://omalley-supporter-map.heroku.com/[/url]

Member Avatar for Airshow
0
71
Member Avatar for mehargags

Hi all, Im learning PHP recently so a bit of a noob here... I'm making a purely php form(without using JS for the moment) which has 2 date selection SELECT boxes displaying month/day Pls note that I need to be able to return the previously selected Value of these Select …

Member Avatar for mehargags
0
92
Member Avatar for lwschjang

I am creating a website where when an unregistered user comes to the site they'll only be able to access a limited amount of the site. It's only when they pay for access to the site that they can receive the full content. I'm wondering how I should go about …

Member Avatar for Kraai
0
133
Member Avatar for wcdco

Hi, Wondering if there were an easier way of duplicating and or multiplying “NUMBER”, would like to create a list allowing user to select up to 200… I feel foolish if I have to type ==> “NUMBER”, <== 200 times :) [CODE]"options" => array ("1", "2", "200",),[/CODE] Any suggestions would …

Member Avatar for cossay
0
87
Member Avatar for wonderland

Hello, First of all, I really didn't know which category to put this in. PHP was the best bet :p I'm trying to find out is it possible to have automatic response sent out based on keyword in e-mail body and/or title. Fore example, I receive email which contains word …

Member Avatar for chrishea
0
142
Member Avatar for kavkazi

-------------------------------------------------------------------------------- I am trying to create a madlibs game .. I have a txt file with paragraphs in it .. Some of the sentences have the following tags in it <#noun>, or <#verb>, etc ... I need to parse the file in php and display the content in between the …

Member Avatar for kavkazi
0
578
Member Avatar for breckxf

Hey guys, I'm kind off new to PHP, and I'm trying to resolve this problem. I have a form where users can register their attendance for an event. If the person himself can not come, he has to register a replacement. So when the person clicks the radiobutton 'No, but …

Member Avatar for breckxf
0
75
Member Avatar for jeevanism

I have some doubts and clouds. I got a project idea from one of my client. They need an application which can store the details of incoming phone calls to the their shop. ie. its a shop they have. lots of customers will call to the phone. So they need …

Member Avatar for richieking
0
1K
Member Avatar for nonshatter

Hi all, How can I execute an external program (wget) on a linux box? I assume I should be using exec() or something similar. The command I'm trying to execute is: [CODE]wget -p 'x.x.x.x/inventory.ssi?mag_0=1&mag_1=1'[/CODE] Which returns the html page of inventory. I am then parsing the file using DOMDocument to …

Member Avatar for nonshatter
0
131
Member Avatar for Puckdropper

I hate having the password for my database out in the open. Anyone who gets a look at my code has access to the password. What can I do to secure it so my PHP scripts can access it but it's harder to find? I thought about storing it in …

Member Avatar for webms
0
374
Member Avatar for Dragonbaki

I am trying to send mail using php. But it shows error as failed to connect with mailserver 'localhost'. Then i use smtp.bizmail.yahoo.com as SMTP mail server, then it shows SMTP error 530, Authentication required.. I don't know how to pass smtp username and password through php.ini file.. If anybody …

Member Avatar for Dragonbaki
0
158
Member Avatar for mrlol

Hi there, Im new with PHP/MYSQL and really need help from u guys. I want to find a code on how to select date range from MYSQL using PHP. Example I want to find a data with the date range is between 12-10-2010 until 15-12-2010. Im using this format date …

Member Avatar for Dragonbaki
0
11K
Member Avatar for muralibobby2015

hello..... i am using this function to create a folder in images folder. all uploaded images are store in newly created folder.it is working fine when run the code..it is creating images/newfoldername/uploadedimages.jpg in localhost. but in server same code is not working. it is creating images/uploadedimages.jpg and also creating null …

Member Avatar for muralibobby2015
0
109

The End.