Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
83% Quality Score
Upvotes Received
16
Posts with Upvotes
16
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~5K People Reached
Favorite Forums
Favorite Tags

13 Posted Topics

Member Avatar for momo219

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 …

Member Avatar for clivepaterson
0
448
Member Avatar for momo219

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 …

Member Avatar for jmichae3
0
129
Member Avatar for musbah

Is this what your looking for? (It is js though) [URL="http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm"]Image Thumbnail Viewer[/URL]

Member Avatar for Stefano Mtangoo
0
157
Member Avatar for khialbadshah

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!

Member Avatar for cwarn23
0
960
Member Avatar for geneh23
Member Avatar for Netsurfers

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]

Member Avatar for Netsurfers
0
148
Member Avatar for craign924
Member Avatar for strongpot

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

Member Avatar for strongpot
0
615
Member Avatar for IanArcher
Member Avatar for IanArcher
0
197
Member Avatar for momo219

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 = …

Member Avatar for vibhaJ
0
101
Member Avatar for samsons17

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 …

Member Avatar for momo219
0
124
Member Avatar for momo219

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, …

Member Avatar for momo219
0
120
Member Avatar for momo219

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 …

Member Avatar for momo219
1
1K

The End.