94 Posted Topics

Member Avatar for kevin wood

i have created a web page which uses iframes to display data and display the titles on my website. the problem that i am having is that in ie6 is is displaying borders and the titles are being displayed properly. if i want the titles displayed properly then i need …

Member Avatar for MidiMagic
0
73
Member Avatar for kevin wood

is it possible to only truncate one row from a table or can this only be done with the whole table.

Member Avatar for nav33n
0
60
Member Avatar for kevin wood

i have created this piece of code to retrieve the path to a file from a mysql db, the file exists and can be displayed directly from the sql query. the code looks like this [CODE]$query = "SELECT broad1 FROM images_broad"; $result=mysql_query($query); while($row=mysql_fetch_array($result)){ $image_path="{$row['broad1']}"; }[/CODE] i now want to display …

Member Avatar for kevin wood
0
147
Member Avatar for kevin wood

i have store an image on the server from a file upload with a random number attached to it. i have then stored the random number in a mysql db for use on other pages to display the images. the problem i am having is that the image will not …

Member Avatar for kevin wood
0
75
Member Avatar for ChristieLuv

[CODE]$image=$_FILES['broad1_image']['name']; // if it is not empty if ($image) { // get the original name of the file from the clients machine $filename = stripslashes($_FILES['broad1_image']['name']); // get the extension of the file in a lower case format $extension = getExtension($filename); $extension = strtolower($extension); // if it is not a known …

Member Avatar for servis
0
103
Member Avatar for kevin wood

i have created a page which has an iframe held on it i now what to post the data from this iframe and make it available to my other php page. I have researched this a bit and found out it can be done using javascript. the code i have …

Member Avatar for kevin wood
0
103
Member Avatar for kevin wood

i am using php to upload images onto the server and then they are being displayed on other pages around the site. the problem i am having is if the user changes the images that they have uploaded the old ones are displaying from the cache. i would like to …

Member Avatar for kevin wood
0
108
Member Avatar for kevin wood

i have created a table to store a random number in and now i need the number that has been stored in the db to equal a variable on the new page. to get the information out of the db i have used this code [CODE]$query = "SELECT random1 FROM …

Member Avatar for kevin wood
0
69
Member Avatar for kevin wood

i have a problem about sending variables through to other pages. I have done this before using forms to post the variables. I have tried to use the SESSION_START () function but that does not like the code i have used for the image resize on the page. i have …

Member Avatar for kevin wood
0
87
Member Avatar for kevin wood

i am trying to get an image file to display in an email, the file is stored on the server but it will not send the file with the email. i have been working on this code now for a few days and i cannot get it to work. the …

Member Avatar for amigura
0
213
Member Avatar for kevin wood

is it possible to generate a random number and then use cookies to pass this number to other page? i cannot use session_start because it does not like my code for resizing the images that are uploaded and i cannot use get as the page the the random number is …

Member Avatar for ShawnCplus
0
121
Member Avatar for kevin wood

i have created a website where the user is able to upload images and then they are displayed on and email which is then sent out to the people of there choice. the problem i am getting is that the images are being cached and then the new images are …

Member Avatar for kevin wood
0
262
Member Avatar for kevin wood

i have done little bit of research on this but all the information i could find was about unlinking text file i need to unlink an image. i have a variable which store the path to an image stored in file on the server which is what i am trying …

Member Avatar for kevin wood
0
8K
Member Avatar for kevin wood

does anyone no any code that can be attached to a flash button so that it finds and replaces images within a html page. there is a page on the web which looks like it might tell you how to do it but i just keep getting database error when …

Member Avatar for kevin wood
0
85
Member Avatar for kevin wood

i am trying to write a function so that when a user enters onto a page selected images change with each page that is entered. the page uses an iframe to load the new data so i need to swap the images on the main page which holds the iframe …

Member Avatar for kevin wood
0
101
Member Avatar for kevin wood

i have an i frame on my page and when a button is clicked it loads the title for that page into the iframe. the problem i am having is when the image is loaded into the iframe it reduces the size of the image. how can i get it …

Member Avatar for kevin wood
0
4K
Member Avatar for kevin wood

i am working with a flash menu and would like it load content into an iframe using the button from the menu. i have had a look around and found this code [CODE]on (release){ getURL("commissioning/index1.htm" , "ifrm"); }[/CODE] this is meant to load the new content into the iframe but …

Member Avatar for kevin wood
0
64
Member Avatar for kevin wood

i have done this before but cannot for the life of me remember how it is done. i have my title for my website which is a photoshop image and it is used on all the pages each time i go to a different page in the site it reloads …

Member Avatar for kevin wood
0
100
Member Avatar for kevin wood

is there a script that will load the all the page objects before the next page is connected to. i have a flash menu and i want it to load up on to the server and then not have to be reloaded every time a new page is entered/accessed.

Member Avatar for kevin wood
0
100
Member Avatar for kevin wood

i have created a file uploading system on a website that i have created and i need to know how the file can be over written. the file thats are upload are only used once and the next time the user uploads a new file i want the last file …

Member Avatar for kevin wood
0
79
Member Avatar for kevin wood

[CODE] ob_start(); include "broad_prev.php"; $message = ob_get_contents(); ob_end_clean();[/CODE] i have used the code above to get the contents of my php page to display in a newsletter thst is emailed out to the mailing list. it works to apoint but no images are sent through with the email just the …

Member Avatar for kevin wood
0
121
Member Avatar for kevin wood

i am trying to send out an email which contains images from a database of images that have been uploaded. when i send the email out only the text and any images that have been hard codeing in using the img tag. i have done some research on this and …

Member Avatar for kevin wood
0
166
Member Avatar for kevin wood

does anyone no how to make an image in IE transparent? my images work fine in Netscape/Firefox but display with white backgrounds in IE?

Member Avatar for Inny
0
97
Member Avatar for kevin wood

does anyone no if it is possible to convert a php/mysql page into a html page? if it is would it be possible for you to point me in the right direction as i have no joy searching the net.

Member Avatar for kevin wood
0
106
Member Avatar for kevin wood

the problem i am facing is that i need to set a page which has mysql in it to retrieve images from a database as a newsletter. i am at the stage where i have all the application set up and it works how it is meant; but it will …

Member Avatar for kevin wood
0
79
Member Avatar for kevin wood

hello, i have created a flash menu to go on to a website that i am building but i have come to a point were i cannot find the actionscript i ned to get the buttons to go to the pages that i want. the problem is that i need …

Member Avatar for kevin wood
0
203
Member Avatar for queenc

have you tried the [ICODE]fgets()[/ICODE] function. there is a tutorial on how to use this function at [url]http://php.about.com/od/advancedphp/ss/php_read_file_4.htm[/url] hope this helps

Member Avatar for kevin wood
0
123
Member Avatar for kevin wood

can this be used to email a php page to a mailing list using a submit button?

Member Avatar for kevin wood
0
273
Member Avatar for kevin wood

hello i am trying to display an image from a database which has just been uploaded by the user. when they go onto the next page the image should be displayed here. I have been able to get it to display the path for the image that haas been stored …

Member Avatar for nav33n
0
274
Member Avatar for kevin wood

i am trying created a table on the server called images and when i text to see if the table has been created i get the message table already exists. as i did not develop the rest o the site i thought a table might have been created already called …

Member Avatar for kevin wood
0
91
Member Avatar for kevin wood

Hello i am having a problem with trying to create a table on the server every time a try to enter data into the database i get the message table already exists. I have moved the code to create the table on to its own page and only recall that …

Member Avatar for nav33n
0
316
Member Avatar for kevin wood

If you read an earlier thread i started i was having completely the opposite problem that i am having now. Before it kept telling me that the table already existed and now it tells me the table does not exist. I have created the table in the db.php page where …

Member Avatar for kevin wood
0
160
Member Avatar for peter_budo

what level of book is she look at getting a beginners guide or one for the experienced user of mysql.

Member Avatar for kevin wood
0
82
Member Avatar for kevin wood

i have never encounted a problem like this so i dont know if this is the correct place to ask the question as i am not sure if it is a development problem or a server problem. I am developed a content management system and you can access the home …

Member Avatar for peter_budo
0
37
Member Avatar for kevin wood

i have once again been asked to fix some code on a website. this time the website is meant to have a content management system but once again the person who made the original website did not complete what he started. the content management system side of it is using …

Member Avatar for trudge
0
83
Member Avatar for kevin wood

I am trying to set up a database on the server and keep getting the same error message. it say to me that it was successful in connecting to the db but access is denied for the user. what is causing this as the password and user name that is …

Member Avatar for RoryGren
0
113
Member Avatar for kevin wood

i am trying to recall data from my a database which someone else has set up. the site is a contnet management system and it uses innovaStudio which is a wysiwyg to do all the editing for the text on the website. the editor side of it works where it …

Member Avatar for kevin wood
0
94
Member Avatar for kevin wood

i am adding elements to my db and the elemtents which have been add will be displayed on a different page. i am using an upload page which creates a thumb nail of an uploaded image and then stores the path for this image in a variable called $thumb_name. the …

Member Avatar for nav33n
0
137
Member Avatar for kevin wood

I have created a image upload for the site i am working on i now want the uer to be able to click on a preview button and this takes them to a separate page where they can see the images that have been uploaded. for this to happen would …

Member Avatar for kevin wood
0
107
Member Avatar for kevin wood

i am trying to connect to my database which i have set up and i keep getting the same message 'could not connect'. i have a php page which sets up the database, and i recall this page with the include db.php to connect to the server. i have tried …

0
75
Member Avatar for kevin wood

i have created an image upload page in my web site which stores the images on the server using php. i now need to get the images to display on a different page. here is the code i have used to set a variable to the file directory // the …

Member Avatar for mwasif
0
121
Member Avatar for kevin wood

i am working on a file upload system and i need the user to be able to upload images onto the server with the page reloading. the page reloading causes all the other information to be lost and the user having a lot of unwanted windows open. what is the …

Member Avatar for kevin wood
0
66
Member Avatar for kevin wood

I am fixing an e-mailing system using php and mysql and have hit a stumbling block. i have recently had to take on someone elses work and have fixed most of the problems they had created. I need to upload images and then display them on the newsletters that will …

Member Avatar for kevin wood
0
89
Member Avatar for kevin wood

hello i am trying to get uploaded to a server using a hidden iframe so the page does not reload. i have a upload.php page which resizes the file and remanes the file. What i thiink should happen is that the php file should be in the iframe and the …

0
92

The End.