124 Posted Topics

Member Avatar for Venom Rush

Hi all A clients website has been and I'm trying to figure out how this could have happened. Any ideas how HTML/framer could have been placed on the server and how to remove it? I've found lots of threads on how to remove it from a personal computer but nothing …

Member Avatar for jholland1964
0
202
Member Avatar for Venom Rush

Hi guys and gals I have an image of a map. The map has different areas on it that when someone mouseover's an area a tooltip pops up giving a small description. Now I've gone about doing this by creating an <a> tag and giving it the following css properties: …

Member Avatar for Venom Rush
0
92
Member Avatar for Venom Rush

Hi all I'm having a strange array problem. I'm pulling variables from a database and putting the values in arrays. One set of values are pure numbers. This array works fine. My second set of values are a mixture of numbers and letters. This second array just returns values of …

Member Avatar for Venom Rush
0
124
Member Avatar for lobas

I found this a month or two ago: [CODE] addcslashes($id, "\x00\n\r'\x1a\x3c\x3e\x25"); [/CODE] Can't remember what it prevents from being entered. Just recall that it was pretty secure when it comes to preventing SQL injection.

Member Avatar for somedude3488
0
90
Member Avatar for Venom Rush

Hi everyone I have a menu that I'm creating dynamically with links that have query strings on the end of them. Basically I want the menu item, that's related to the page the user is on, to be in a different colour to the rest of the menu items. An …

Member Avatar for Venom Rush
0
2K
Member Avatar for Venom Rush

Hi there I've been trying to find out how to point to a specific li in a list but no matter what search term I use in google I cant find what I'm looking for. Basically I want to point to a specific li using css. So for instance I …

Member Avatar for Airshow
0
148
Member Avatar for Venom Rush

Hi all I'm not even sure if development environment is the right term but I'm looking to find out what the best or most popular development environment to use is? I've herd of CAKE and was told this was the way to go. Just looking for some more opinions. Thanks

Member Avatar for ShawnCplus
0
144
Member Avatar for goldy736

@goldy Hi, is there any reason you need to have the 2 values from form1 and form2 calculate into the text box in form3 before you go to the next page? If not, then put the text box from form1 and form2 in a single form. Then when you submit …

Member Avatar for Venom Rush
0
183
Member Avatar for Venom Rush

Hi all I've been trying to find a way of doing this and have come up dry. Is this possible? If so could someone tell me how to go about this? Much appreciated Venom Rush

Member Avatar for Venom Rush
0
87
Member Avatar for Venom Rush

EDIT: I just realized I should have posted this in the MySQL section. If a mod can move it there I'd appreciate it. Thanks :) Hi all I have two tables. The first one has the details of each fruit, its code, markup percentage, it's cost price and the amount …

Member Avatar for Venom Rush
0
221
Member Avatar for Venom Rush

Hi all I'm learning OOP and I'm having a bit of trouble grasping the concepts. I'm trying to code a class that will connect to a database and have a function that will insert data into a table no matter how complex the insert is. For instance: Insert 1: INSERT …

Member Avatar for Venom Rush
0
105
Member Avatar for Venom Rush

Do arrays not store inverted commas and apostrophes? This seems to be the case with a project I'm working on and it's very annoying. I'm pulling small strings from a DB, some of which contain inverted commas or apostrophes, and when I try echo them the ones with the apostrophes …

Member Avatar for Will Gresham
0
77
Member Avatar for Venom Rush

Hi there I'm trying to cycle through entries inside a MySQL db and create numbered variables inside a for loop. Currently it doesn't seem to be working. Here's an example of what I'm trying to do: [CODE=php] $i = 0; while($row = mysql_fetch_row($result)) { $i++; $variable.$i = $row[0]; } echo …

Member Avatar for Venom Rush
0
130
Member Avatar for Venom Rush

Hi Guys/Gals I have a page that has iFrames on it. Now the pages that are shown in the iFrames each have their own code on them. I'd like to know if it's possible to use variables that are on the page holding the iFrames in the pages inside the …

Member Avatar for Venom Rush
0
71
Member Avatar for Venom Rush

I'm trying to create a 6 digit number from a string of letters before a # sign. For instance I'd like to take "seaweed#" and take the 6 last letters before the "#" sign and convert them to numbers based on each letters position in the alphabet assuming a=1, b=2, …

Member Avatar for Venom Rush
0
98
Member Avatar for Venom Rush

Hi there Having trouble calculating the final cost of choices made by a user. I have 4 radio buttons and 2 checkboxes. The first three radio buttons are, all intensive purposes, chocolates with the last radio button stating that the user doesn't want any of the chocolates. The two checkboxes …

Member Avatar for Venom Rush
0
109
Member Avatar for Venom Rush

What I'd like to do is store the "selected" value of the drop down box in a DB. At the moment the selected value for the drop down list is pulled from the DB. Now what I want to happen is if I don't want to change that specific option …

Member Avatar for Venom Rush
0
1K
Member Avatar for Chaky

A solution to flash overlaying everything else is to add the wmode=transparent to the params. EDIT: Like this <param name="wmode" value="transparent"> wmode="transparent" goes inside the embed tag. Also add 'wmode','transparent' to your AC_FL_RunContent.

Member Avatar for MidiMagic
0
140
Member Avatar for Venom Rush

Well the title pretty much says it all. I'm reading through a php OOP book and I'm having trouble understanding why you'd want to create an abstract class. Can anyone perhaps shed some light on this for me as I haven't found any resources that explain this well enough.

Member Avatar for digital-ether
0
159
Member Avatar for #tbone

My suggestion would be to find a new company straight away and have them biuld the site for you. I can tell you from experience that trying to find and fix problems in someone else's code becomes frustrating and tiresome. You'll be hard pressed to find a company willing to …

Member Avatar for r21m9
0
84
Member Avatar for Venom Rush

Hi there I'd just like to know if this is possible. I have a form with various fields that are filled out by a user along with a captcha and a file input. My problem is that when ever I execute the form the file is uploaded to the server …

Member Avatar for Venom Rush
0
90
Member Avatar for Venom Rush

Hi there I'm curious as to the process that happens when uploading a file. In all cases of file uploads do the files get uploaded to a temporary folder before any execution of code happens? If at all possible could someone provide a link to a page that explains the …

Member Avatar for mexabet
0
81
Member Avatar for Venom Rush

Hi all Just want to know if it's possible to check if a checkbox is checked on page load. Venom Rush

Member Avatar for danishbacker
0
70
Member Avatar for Venom Rush

Hi there I'm new to using sessions and I'd like some input on what the best method is for my situation. The site I'm building requires a shopping cart. A very simple one I might add. There will be no credit card facility or login system (explained in next paragraph). …

Member Avatar for R0bb0b
0
83
Member Avatar for Venom Rush

Hi there I have a problem with sessions at the moment. My aim is to be able to use sessions with out getting those ugly url's. In my php.ini session.use_trans_sid is on and session.use_cookies is on. I'm using ini_set("url_rewriter.tags",""); to stop the server from creating url's with PHPSESSID=bunchofrandomnumbersandlettershere which works …

Member Avatar for cwarn23
0
190
Member Avatar for Venom Rush

Hi there I just need some clarification on sessions. If I have $_SESSION['name'] = $_POST['name']; in my php will it $_SESSION['name'] be created numerous times on different pc's? For example: Joe submits a form and $_SESSION['name'] is created with Joe being the value. Then Suzy submits a form and $_SESSION['name'] …

Member Avatar for Venom Rush
0
95
Member Avatar for Venom Rush

Hi all I'm trying to get a jquery progress bar working. What I'd like to know is if there is a specific command I need to include in my php or something I need to add to my php.ini file in order to report back to the progress bar. The …

Member Avatar for Venom Rush
0
144
Member Avatar for Venom Rush

Hi everyone Just curious to know if anyone has a technique to accomplish this. I've tried having one image as the background on the html tag and one on the body tag. Problem is that I'd like to have them static and the minute I do that the html tag's …

Member Avatar for MelechM
0
126
Member Avatar for Venom Rush

I'm not entirely sure if this is actually possible. Haven't found anything yet. What I'd like to do is have a page that lists numerous articles. Then when you click on the "Read more..." link I want to go through to a template page that would pull all the info …

Member Avatar for masala_curry
0
1K
Member Avatar for Venom Rush

I initially created a post for my problem here [URL="http://www.daniweb.com/forums/post678373.html#post678373"]http://www.daniweb.com/forums/post678373.html#post678373[/URL] I received a response saying my answer lay with ajax. Please feel free to make suggestions like there's no tomorrow ;) P.S. I'm know very little when it comes to Ajax so something with comments in it would be great.

0
69
Member Avatar for Venom Rush

Hi there I have a form with a file input field on page 1 and a progress bar on page 2. What I'm trying to achieve is for a user to fill out the relevant fields of the form and once he/she hits submit, it takes the user through to …

Member Avatar for architact
0
198
Member Avatar for Venom Rush

Hi there I've never dealt with Ajax and I'm having a rather frustrating time with an upload progress bar I found on the net that's supposed to be really good. That's beside the point. I just wanted to know if there are any Ajax related packages out there that need …

Member Avatar for MattEvans
0
81
Member Avatar for Venom Rush

Hi there I'd like to have a script run automatically each day that removes a day from a table with a column called "day" but only if an entire day has passed since the entry of the relevant row. Can someone perhaps suggest the best way of doing this?

Member Avatar for mexabet
0
123
Member Avatar for Venom Rush

Hi all I'm trying to find any urls inside a paragraph of text pulled from a db and wrap an a tag around it. At the moment I have the following which isn't working. [CODE=PHP]$content = $row[2]; $urlStart = strstr($content, "http://"); $url_http = substr($urlStart, 0, strpos(array($urlStart), array(" ", "/r/n", "/r", …

Member Avatar for Venom Rush
0
407
Member Avatar for Venom Rush

Has anyone managed to get an easy install version of a progress bar for their uploads to work? Been through a couple of "easy to install" upload progress bars with no luck in getting any of them to work. Frustration is beginning to get the better of me and any …

Member Avatar for khess
0
64
Member Avatar for Venom Rush

Hi there I just need some clarification on how time is seen in PHP 1000 would equal 1 sec ? and therefore 60 000 would equal 1 minute right ? and 1 hour would be 3 600 000 ? I somehow think I'm wrong.

Member Avatar for Venom Rush
0
104
Member Avatar for Venom Rush

Hi all Is it at all possible to do this? I have a number of records that I need to recover. Any help would be greatly appreciated

Member Avatar for varmadba
0
90
Member Avatar for Venom Rush

Hi there I'd like to know if this is at all possible...I'm sure it is but I haven't been able to find a single function that would do this in php.net's manual. The only function I've found is the copy() function but that only copies a single file or folder. …

Member Avatar for Venom Rush
0
83
Member Avatar for heels
Member Avatar for casper_wang
0
174
Member Avatar for Venom Rush

Hi everyone Does anyone know of a script that allows multiple file upload while only having one file input on the screen? I think gmail does this. The user browses for an attachment and then clicks ok, the file is uploaded immediately and then the user can upload another file …

Member Avatar for nav33n
0
105
Member Avatar for Venom Rush

Hi all Just curious to know if this(thread heading) is at all possible. Haven't been able to find anything on the net so far.

Member Avatar for Venom Rush
0
107
Member Avatar for Venom Rush

Hi everyone I have a table inside a div. The div has the overflow property set to auto and a height specified. At the moment when some of my pages load, the copy inside the div is peeking at the bottom. Is there any way to not show it? I've …

Member Avatar for MidiMagic
0
198
Member Avatar for Venom Rush

Hi there I have a really long web link that I want to break onto a new line because it's longer than the width of the div. At the moment it makes an incredible amount of empty space above it until the div is below the div next to it. …

Member Avatar for sreein1986
0
99
Member Avatar for Venom Rush

Hi there I have a really long web link that I want to break onto a new line because it's longer than the width of the div. At the moment it makes an incredible amount of empty space above it until the div is below the div next to it. …

Member Avatar for peter_budo
0
60
Member Avatar for Venom Rush

Hi all I've been trying to figure out how I would accomplish my problem mentioned in the titl of this thread with no luck. I've looked at a combination of using strstr, str_replace, substr and strpos. What I'd like to do is manipulate a paragraph so that if there is …

Member Avatar for Venom Rush
0
142
Member Avatar for Venom Rush

Hi there I need help making my URL's look pretty. I've done the editing of the .htaccess file with regards to mod rewrite from this article ([URL="http://www.roscripts.com/Pretty_URLs_-_a_guide_to_URL_rewriting-168.html"]Pretty URL's[/URL]) but I have no idea on how to implement the php side of it. The article mentions creating a variable out of …

Member Avatar for Venom Rush
0
88
Member Avatar for Venom Rush

Hi there I have a form that I'm trying to submit but it just doesn't want to play nice. The form i have has 2 submit buttons. One processes php code that updates info in a DB and the other deletes the info in the DB. The problem is that …

Member Avatar for nav33n
0
171
Member Avatar for Venom Rush

^ | | | javascript noob Hi there I have the following script that strips out acceptable non-numeric characters that you would find in a telephone number and then checks to see if it is equal to ten digits. The problem I have is that I can't figure out how …

Member Avatar for Venom Rush
0
110
Member Avatar for Venom Rush

Hi there I'm having some problems with my form. I'm generating my form through php and I can't quite figure out how to echo <?= $_SERVER['PHP_SELF']?> for the action in my form tag. at the moment what I have is this: [code=php]echo "<form name=\"tsgh_add\" method=\"post\" action=\""; ?><?= $_SERVER['PHP_SELF']?><? echo "\" …

Member Avatar for nav33n
0
90
Member Avatar for Venom Rush

Hi there I'd like to know what the general rules are when working with divs to create a pure css layout (if there are any). I've been reading a bunch of tutorials and yet I'm having a huge headache trying to get my layouts to work the way I want …

Member Avatar for MidiMagic
0
188

The End.