Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~9K People Reached

10 Posted Topics

Member Avatar for lightningrod66

I have a form on our website that a user can fill out for custom product. I want the form data to be 1) stored into a mysql database AND after storing said data, 2) email the same data to our sales department. 1) The form data DOES get stored …

Member Avatar for Ryan Mark
0
5K
Member Avatar for lightningrod66

I have tried and tried and looked and looked, but I still can'y get this to work.... I am trying to (a)check form data on-the-fly, (b)once all required data is entered, then CLEAN the data and insert into MySQL database, and ONLY IF (a) and (b) have completed, then (c)send …

Member Avatar for lightningrod66
0
137
Member Avatar for lightningrod66

I have an html form with multiple text fields that when submit is pressed, a php file processes the form, storing submitted info into mysql database, then sending email with same data. I would like to know how to: 1) make some fields required, check the form to make sure …

Member Avatar for Member #120589
0
151
Member Avatar for lightningrod66

I am trying to collect data from a form, store that data in mysql database, and send the info in an html mail (so the info looks "pretty"). I have everything working except for the HTML mail. I have read numerous things and tried numerous things, but so far, noting …

Member Avatar for ImMoRtAl-
0
152
Member Avatar for lightningrod66

Not sure if this is the right place for this topic or not. I am going to host a website on my server for a client. I have seen "control panels" on many different hosting sites, that allow a user to login, upload, edit, delete, create, etc. for their website. …

Member Avatar for MidiMagic
0
276
Member Avatar for Sheridan

I am just the opposite as you. I was trying to use IIS-PHP-MYSQL, but I noticed that the PHP ws very unstable with IIS and only worked some of the time. I switched to Apache and now it ALWAYS works :)

Member Avatar for lightningrod66
0
117
Member Avatar for lightningrod66

I don't know the proper term for this, but here is what I want to do: read data from an external .txt file or .doc file into html page. If the file is changed and re-saved, the website automatically changes as well. I know that css style sheets are similar …

Member Avatar for Member #360561
0
3K
Member Avatar for lightningrod66

I am trying to develop a website for a babe ruth baseball team. I want to include a page that displays team and player statistics. I have created Excel files for data from each game. I have also created an Excel file that collects data from each game and adds …

Member Avatar for MidiMagic
0
103
Member Avatar for lightningrod66

Can someone please help me with this problem? I have tried many examples, but none of them work correctly. I am creating a guestbook for my website, using ColdFusion 8. The guestbook works great as far as adding new entries to the database and displaying them. The problem is trying …

Member Avatar for lightningrod66
0
100
Member Avatar for rharp

[QUOTE=skyhawk133;106322]Try this piece of code, it's old but it works: [url]http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=14&lngWId=9[/url][/QUOTE] I tried adapting this piece of code to use on my guestbook to show X number of records per page, and produce a previous/next link, but it does absolutely nothing. I have tried numerous pieces of code to achieve …

Member Avatar for lightningrod66
0
289

The End.