Search:
Type: Posts; User: CSmith1128
Search :
Search took 0.01 seconds.
Hey I'm having trouble calling javascript functions that are loaded in the main window.
Here's what happens:
- when a link is clicked on my page, the contents of a div are reloaded with new...
hello...
i want to have an option where users can set an image to the background of their personal account page.
i use css to set the background images.
i want to let the users insert a url...
nevermind.. i figured it out!
Hey.. i need some help with text fields...
I need to get the text in a text field and use it in a function..
The problem is, I have several different text fields that are going to use the same...
toicontien.. thats what im looking for. Do you know where I could find a tutorial on how to do that? Or somewhere to get me started?
Kor.. I have no idea where to start. I am not too good with...
- Alright. I need some help.
- Im not sure if javascript is going to help me here, but hopefully someone could assist me.
Here's what i need...
- I need to display information in groups. For...
Hey.. I need a little help.
I want to have two links on a page.
When the first link is clicked, I would like a table to drop down below with the options for that link.
When the link is clicked...
question... when i set it up, then click the link on the thumbnail image, it reloads the page with .com/return%20modifyimage('dynloadarea',%200) in the url... what am i doing wrong?
hello... i need some help showing pictures on my page..
here's the deal..
- i have a page with 4 pictures on it.
- i have 1 large picture and 3 thumbnails. one of the large picture and two...
Do you know of any good code examples that would help me?
Thanks.
How would i go about writing the code for the server-side processing?
I was wondering how i could have a user save files to my server.
I want the to be able to store a file from thier computer, onto the server.
Also, how would i check to see whast the file size...
I need to have a form that a user can use to insert a picture into one of my databases.
Also, im not sure how i would insert the picture into the database.
Can anyone help?
Thanks.
Hey.. i was wondering if someone could give me an example of how i would make it so that search results from a search query could be placed on multiple pages and when a next page is clicked it moves...
$this->search = mysql_query("SELECT * FROM membership_items WHERE expired='0' AND paid='yes' AND itemcategory='$this->category' AND itemprice >= '$this->priceStart' AND itemprice <= '$this->priceEnd'...
I was wondering how i could search using keywords to find items containing the keyword in the item's name and description, and also a price range.
For example,
I have a form that asks for a...
Thanks.. But i still dont quite understand the formatting of each term..
Like...
where is the $key and $k coming from?
Is the $key the keywords?
And what is the if(end($key) != $k)...
Ummm... Im a little comfused by the last reply.
Could you explain what is going on in the code?
Thanks.
I was wondering how i could search through a database to find things by keywords.
For example..
I have a database with a list of items.
Each item has a name and a description.
I want a user...
Good Stuff... Exactly what i was looking for.. Thanks!
I was wondering if there was an alternate way of automatically going to a different page without using an include.
For example...
if i have an if statement, and the statement returns true, i want...
and to do this you would do what?
would you use a while loop or what?
I was wondering how i could format the way SELECT results are disaplyed.
For example, if i wanted to get information from multiple rows from a table, and then display them on a table on a website...
Nevermind.. thanks for the help!