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.

~810 People Reached
Favorite Forums
Favorite Tags
php x 15
Member Avatar for coxdabd

Hi, do I need to LIMIT my blast script to fire out an emailer or can I just take it out. We have around 500 email address in our database. Having to reload the script is going to become painful - is there anything I can do? My hosting provider …

Member Avatar for coxdabd
0
255
Member Avatar for coxdabd

Hi, I've got a page URL of [url]http://localhost:8888/pass.php?main=about-us[/url] but I want the URL to be just [url]http://localhost:8888/about-us[/url] How is this done? I've played around with a rewrite for .htaccess but doesn't seem to want to work. [CODE]RewriteEngine On RewriteRule pass/(.*)$ pass.php?main=$1[/CODE] Any help greatly appreciated.

Member Avatar for pritaeas
0
58
Member Avatar for coxdabd

Hi, just starting out with PHP, etc. Seem to be picking things up quickly. Just want some advice on how secure things are e.g. entering email address into the database, etc. Look forward to some help and advice. [CODE]<?php error_reporting(0); $email = ""; $msg_to_user = ""; if ($_POST['email']!=""){ include_once "connection.php"; …

Member Avatar for Dragonbaki
0
98
Member Avatar for coxdabd

I have an email blast script as below. The mail_body is taken from a variable which the users sumbits their HTML for the message to be sent, it's send through with lots of \\\ in their for some reason? [B]The Blast Script[/B] [CODE]<?php $prodid='Kriss'; $htmlContent=$_POST['htmlContent']; include_once "connection.php"; $sql = mysql_query("SELECT …

Member Avatar for coxdabd
0
92
Member Avatar for coxdabd

Hi there, I have a field which the user fills in the previous page to this script, I want the HTML they enter into that to show in the message. I've used a variable to do this. I've mailed the message out (only me on the DB), I get it …

Member Avatar for coxdabd
0
122
Member Avatar for coxdabd

Hi, hoping this is quite a simple one. Just wondering how I can use one page template but call up the data from the database relevant to what the user has clicked to view such as 'About us', etc. Would be good if I could let the client create their …

Member Avatar for coxdabd
0
94
Member Avatar for coxdabd

Hi there, just a quick one (I think), a little stock on displaying PHP results in a div rather than a table. I seem to be managing to display one of the results ok but the rest are not showing, I want them all to display in their own divs. …

Member Avatar for teedoff
0
91