Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~9K People Reached
Favorite Forums
Favorite Tags
Member Avatar for john0563

I know by default you can not use an absolute path when using fopen and mkdir, but in my case I really need to specify the exact location of the files/directories. I KNOW there must be some workaround way to do this... does anyone know how? For example, here is …

Member Avatar for ghazanfar381
0
2K
Member Avatar for jonnypixel

Hi, Iam trying to add two small buttons for my edit in place rows. A user at the moment clicks the keyword where a div loads the editable text and they have to press enter key for the data to post. How do i add a edit icon and then …

0
74
Member Avatar for scarcella

I have a website which dynamically gets images and then displays it but i have sub image which has to update the main image, but this main image is a lightbox which uses href link so i am wondering if someone can show me how to update this href using …

Member Avatar for Ezzaral
0
144
Member Avatar for jonnypixel

Hi, I have searched high and low and cant find a similar issue to what i have. I am a beginner so please forgive my clunky query structure. I am trying to: ( have attached screen grab below ) Query the [B]photos table[/B] to get the id based on category …

Member Avatar for diafol
0
156
Member Avatar for jonnypixel

Hi, ( I have attached a screen grab of what it looks like ) I am trying to collect tags for tagged photos based on the photo id. I get duplicates when i do [B]GROUP BY tag_name[/B] or [B]DISTINCT tag_name[/B]. [LIST=1] [*]The first query is set up like that because …

Member Avatar for jonnypixel
0
171
Member Avatar for jonnypixel

Hi, I have 2 tables i am querying. The first table has 2 columns, one for folder ID and the other for Category ID. I want to query that table to get a loop of all the folder ID's based on the category ID chosen. Then i query the second …

Member Avatar for jonnypixel
0
157
Member Avatar for jonnypixel

Hi, I am trying very hard to make my own recurring invoice script. I simply have a field where the invoice date is entered. I just want to check if the date is equal to the date+1year ahead of time. If so then run the rest of the php to …

Member Avatar for jonnypixel
0
116
Member Avatar for jonnypixel

Hi, Im trying to run a MYSQL query to check if the input value exists first. A user fills in an input field and clicks "Add Tag" The java script on the same page checks the MYSQL table if that tag is already there and if so returns a faded …

Member Avatar for jonnypixel
0
694
Member Avatar for jonnypixel

Hi, i have two scripts, One holds the form and the other the php Query process. Im using a small piece of javascript to POST the value to my php Query process script but im finding it difficult to display a result by fading in a div based on the …

Member Avatar for jonnypixel
0
4K
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
123
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 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