- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 16
- Posts with Upvotes
- 16
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
I am using Notepad++ and I have just been investigating using the Workspace. If I want to create a new file in the workspace I either have to manually locate the actual working folder and create the new file -- or I can use the Notepad++ Explorer to create the … | |
I hope you guys can help me, basically... I have 2 database tables (note: the [B][U]U & B[/U][/B] here are my particular fields of interest - the id and fk_id are the PK and FK) (main)Table 1 gives the MAIN_TITLES (id, [B][U]TITLE[/U][/B], positioning, created, modified) (list)Table 2 (id, [B][U]FK_ID[/U][/B](= T1 … ![]() | |
Re: Is this what your looking for? (It is js though) [URL="http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm"]Image Thumbnail Viewer[/URL] | |
Re: You should consider storing the reference to the image in the database, but store the image on the filesystem Storing images in the database is a bad idea in my opinion, keep the database slim! | |
Re: This might help you, I posted it yesterday - no point re-posting all here [URL="http://www.daniweb.com/web-development/php/threads/389243/1677138#post1677138"]http://www.daniweb.com/web-development/php/threads/389243/1677138#post1677138[/URL] | |
Re: remove , products.products_price AS price[U][B],[/B][/U] | |
Re: from your first post - did you intend to have " " $subject = [COLOR="Red"]"[/COLOR]$clientname[COLOR="Red"]"[/COLOR]; //< this is where i'm having the trouble | |
Re: I'm probably not right here but worth a shot - try == on line 10 | |
Hi peeps I wonder if someone can tell me about having includes inside of includes. Basically I have a $code_block =. "some small content" but inside this small content, I need to refer to another include, something like this: "page.php" if (...){ $display_block = "text text"; }else{ include('../code_block.php'); $display_block = … | |
Re: As for actual code, I am very new to codeIgniter myself, so afraid none - but what you wish to do sounds pretty similar to a web application I created solely with php quite recently… But as for storing and knowing where and when to retrieve user data, this is … | |
Hello all I have a form working perfectly, however I need to put this form in a $display_block .= "... ... ..."; which I have done and which works fine also (minus the following radio code). My problem is that when I add this code back inside the display block, … | |
So... I have a 2 Table (mysql) Db. Table 1 = (sub)Menu, Table 2 = Images per (sub)Menu. Typical scenario - new.php - loads a form with a MENU ADD form, and a List of current Menus (with Edit and Delete). Edit loads Edit.php, with MENU Edit form (id got … |
The End.