39,316 Topics

Member Avatar for
Member Avatar for ayesha789

Dear All, I am developing a Lease Management System and I have Stored LEase agreements in Folder Named LAPO I used ID for search. and in LAPO Folder I have created folders name like 9624 inside 9624, I have stored LA.pdf There are 2300 folders in LAPO and 95% of …

Member Avatar for network18
0
80
Member Avatar for shishtawitch

AOA, i am developing a site, i want that when ever a user signs up on my site, it should get its own folder like youtube........!! i.e [B]youtube.com/user/username[/B] my problem is that i want to get variable wihout adding any .php extension. So how can i get or add when …

Member Avatar for shishtawitch
0
92
Member Avatar for waknash

Hi All, I'm looking for a technique how to save image generated from php to png/jpg/gif, save the image to the server. Later, I want to include the image file to a pdf file generated from a php code. I'm referring the image generated php from [URL="http://www.daniweb.com/forums/thread199886.html"]HERE[/URL]

Member Avatar for venkat0904
0
2K
Member Avatar for Wilmar1980

Hi all, I've searched for this problem in several forums, and as I couldn't find it in any of them, I decided to start this thread. I am a magnet for weird problems. There's this groupware webapplication that I want to test, and for that, I put it on my …

Member Avatar for Wilmar1980
0
86
Member Avatar for mrjoli021

i have a class called sqlConn.php within the same directory as hiuser.php how do i call that class. [code] include('sql_Conn.php'); $sql = new sql_Conn; [/code] does not work i get Warning: include(sql_Conn.php) [function.include]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/TestSite/hiUser.php on line 10 Warning: include() [function.include]: …

Member Avatar for venkat0904
0
163
Member Avatar for Sucesso

Hi, everybody. I've been a member for a while, but I'm not a coder, so I haven't made any posts. But I get frustrated not knowing how to do things. So I'm taking the plunge. I'm working through a tutorial on PHP and MySQL (here: [url]http://dev.mysql.com/tech-resources/articles/ddws/[/url]), and things have been …

Member Avatar for venkat0904
0
219
Member Avatar for valonesal

Ok I have a site, the site allows me to create multiple pages dynamically, the pages are smarty pages. The editor for the pages is tiny_mce When I go to create the page all goes well, I design then paste the code in html to the tiny_mce interface. When I …

0
59
Member Avatar for Stefano Mtangoo

I have read several tutorials and 'philosophical' views aon writting PHP codes by either implementing templates or making your own templates. So me says template engines are like learning new language, som e say are good. Good controversy! What do you suggest guys, I mean pros and cons of each …

Member Avatar for Stefano Mtangoo
0
101
Member Avatar for Designer_101

Hello This isnt the right forum for this im sure however I cant find the correct one as its a vague question. Im sure someone in here knows the anser to it though. I've designed a countdown system in flash/php that rotates a wheel and stops on a certain object …

Member Avatar for leviathan185
0
81
Member Avatar for escocia1

Using .htaccess i have a password protected folder online containing 7 files with one single user/pass combination. User is not allowed to see that 7 files are available. User enters 1 of 7 "Access Keys" in a simple HTML Form text input which is then processed (script?) User is then …

0
38
Member Avatar for whitestream6

I'm trying to set dynamic titles on my pages with a switch statement, but can't get it to work. Tried ifelse using code gleaned from Google but it didn't work. I'm trying to get it so that all my pages' titles are able to be dynamically used from a value …

Member Avatar for rokape
0
221
Member Avatar for jppr03

Hi! I need a button in php code, that when i click on that button it export's my SELECT to a text file or excell file.. i searched.. there's a lot of program's that make that.. but i don't want that.. i want to make on my webpage a simple …

Member Avatar for jppr03
0
2K
Member Avatar for jimmy1234

How would I go about changing this to grab the sku without making it static as I have it below: [CODE=php]<?php if($this->getProduct()->getSku()=='SKU###'){ $titles=array('Color 1:','Home Color 2:'); $url = Mage::getBaseUrl(); $skinUrl = $this->getSkinUrl('images/catalog/product/placeholder/'); require_once 'app/code/local/Temgra/ColorCustomOptions/colorCustomOptions.php'; colorCustomOptions1($this->getProduct(), $titles, $url, $skinUrl); } ?>[/CODE] What this does is grabs the sku of a product …

0
48
Member Avatar for tier1

It's possible to make more complex URL's using Zend Rest Route? I'm trying to make following route: /articles/filter/:query. Simple controller: [code] class ArticlesController extends Zend_Rest_Controller { public function init() { $this->getHelper('ViewRenderer')->setNoRender(true); } public function indexAction() {} public function getAction() {} public function putAction() {} public function postAction() {} public function …

0
46
Member Avatar for mrjoli021

I have a form that get processed by a php page and depending on what the user decides it will get summited to another php form. But the [code = php]<input type="text" name="fname" value="<?php 'echo $tesing';?>"[/code] part does not work inside php. if i try the code outside it works, …

Member Avatar for mrjoli021
0
129
Member Avatar for thefuzz

Hi Everyone, i am really new at this and slowly getting started, to fast track my website i purchased a web template in flash with a php email script. I have tried searching the web for a solution but i am not up o scratch with any code that makes …

Member Avatar for violarisgeorge
0
133
Member Avatar for lewashby

I am currently reading two books, one on PHP and one on Python. Not that I'M good at ether. I'M about half way through the book on PHP or less and almost done with the one on Python. Though I haven't actually read anything web related in this particular Python …

Member Avatar for pythopian
0
628
Member Avatar for mattyp791

Hi, I am trying to create a search function on an html page. I have written the page and part of a php page. I trying to get help with the search as there are 3 criteria; So far I have made this search form; (textbox name=searchterm) [B]Brand[/B]: (dropdown name=type) …

Member Avatar for diafol
0
161
Member Avatar for ahmksssv

hi frnds... i need to find the users visiting page in my website? basically i m doing project on Music player...i need to find user listening which movie songs ? give me some suggestions plz....how to do that?

Member Avatar for network18
0
60
Member Avatar for muralibobby2015

hi to all. i have two radio buttons with one name. and also have one text area box. Depending on first radio button is chosen It will allow 2 entries(Enter key words Separate by comers) per line, and at the same second radio button chosen it will allow 4 entries(Enter …

Member Avatar for muralibobby2015
0
162
Member Avatar for slr

Hi If anyone knows some opensource api or tutorials.. [url]http://buysellads.com/buy/detail/108[/url] Look on the right- it says "Public stats" how do you display that information for a domain - how do buysellads do that domain api?

Member Avatar for network18
0
632
Member Avatar for websurfer

Hello, all: I'm trying to sanitize/secure my query, and it all seems ok when I test it with most special-characters... but when I try to test the single quote (') like this... [url]www.mysite.com/page.php?category=[/url]' Then it gives me this error: "You have an error in your SQL syntax; check the manual …

Member Avatar for network18
0
118
Member Avatar for eggmatters

Hi all, I am rather new to PHP, but have a fairly ok grasp of software design. My question arises from the fact that I'm getting ready to deploy some scripts etc. to my website which is hosted on a *nix type server. My home / work computer that I'm …

Member Avatar for leviathan185
0
106
Member Avatar for chaines51

Here's the problem: I have a folder /tests/ which contains all my unit tests. I want the test runner to be able to go and include all of the unit test classes from that directory, and then run all the tests in those classes. So the first part of the …

Member Avatar for sureronald
0
80
Member Avatar for mahakaal
Member Avatar for knrakesh

Hello Guys I am working on a website I am not getting the forget password can u please help me in solving problem please Thanks in advance

Member Avatar for Stefano Mtangoo
0
130
Member Avatar for Vikk

Hi all, Please I'm a newbie in PHP and MySQL, I have results from a GROUP BY (grouped by col2) query in the format. col1 | col2 ----------- a1 | a a2 | a a3 | a a4 | a b1 | b b2 | b b3 | b I …

Member Avatar for Vikk
0
133
Member Avatar for valonesal

Ok so I created a small page using smarty, now what I need to do is create a link to the page(s). The set the page up so that it will display information for the individual user and not to everyone, also the pages are created dynamically. So I need …

0
75
Member Avatar for levsha

How do you declare your select menu in the PHP? Does it have to be an array of variables? One single variable? Something else? Let's say this one: [CODE] <select name="search" title="Search Criteria"> <option value="id">ID Status</option> <option value="ip">IP Status</option> <option value="pd">PD Status</option> <option value="nva">NVA Status</option> </select> [/CODE] Thank you!

Member Avatar for violarisgeorge
0
131
Member Avatar for u8sand

Hello guys, I'm creating my own website-it's coming along very well but I'm stuck. There is a login, so that you can login to your account. Each account has an access of 1-10, if your access is 0 you are not logged in. When you put your username and password …

Member Avatar for venkat0904
0
131

The End.