Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
Showing results 1 to 25 of 29
Search took
0.10
seconds.
Search:
Posts Made By:
rockyhudson
Forum:
PHP
12-17-2012, 09:47 PM
Replies:
13
Problem with include!
Views:
476
Posted By
rockyhudson
Hi Tango The include error was actualy...
Hi Tango
The include error was actualy because I had left the double quotes off of the POSTed variables in the MYSQL INSERT statement. Alas, there is now something wrong in the syntax that I...
Forum:
MySQL
12-17-2012, 09:31 PM
Replies:
4
Problem with INSERT!
Views:
954
Posted By
rockyhudson
Problem with INSERT!
I am trying to INSERT data into a database which has been POSTED via a html script. The posts have worked have echoed and get the right data.
The error is saying that there is a syntax error, but...
Forum:
PHP
12-17-2012, 08:41 PM
Replies:
13
Problem with include!
Views:
476
Posted By
rockyhudson
Hi All I have just tried it on localhost and...
Hi All
I have just tried it on localhost and it does not error, so must be a problem at my ISP I guess.
However now having MYSQL problem, but will repost in the appropriate forum.
Forum:
PHP
12-17-2012, 12:24 PM
Replies:
13
Problem with include!
Views:
476
Posted By
rockyhudson
Hi All Forgot to say that I am running this...
Hi All
Forgot to say that I am running this on my remote site run by my ISP, so I can't change any reporting settings.
Does anyone have any other ideas as to why this is still erroring?
Forum:
PHP
12-17-2012, 11:51 AM
Replies:
13
Problem with include!
Views:
476
Posted By
rockyhudson
Hi All I have added the quotes and get...
Hi All
I have added the quotes and get exactly the same error?? Including the missing period in the filename.
What settings do I need to change to get deeper reporting?
Forum:
PHP
12-16-2012, 06:09 PM
Replies:
13
Problem with include!
Views:
476
Posted By
rockyhudson
Problem with include!
I have written a couple of scripts to connect to my MYSQL database. I have used this method many times before, but it keeps coming up with this error message:
Warning: include(feedback_connectphp)...
Forum:
Computer/PC discussions
08-12-2012, 06:23 PM
Replies:
3
Localhost?
Views:
731
Posted By
rockyhudson
Yes! I get the same error in both cases. I...
Yes! I get the same error in both cases.
I had rebooted many times.
Incidently, I activated IIS in windows and it worked, but was using the IIS server, so I uninstalled.
Is this a problem...
Forum:
Computer/PC discussions
08-09-2012, 11:10 PM
Replies:
3
Localhost?
Views:
731
Posted By
rockyhudson
Localhost?
I have just loaded WAMP on my laptop and when I tried to test with the phpinfo file and I get an error saying: The device or resource (localhost) is not set up to accept connections on port 'The...
Forum:
PHP
08-06-2012, 09:00 PM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
Tested MYSQL in phpmyadmin and works OK. Thought...
Tested MYSQL in phpmyadmin and works OK. Thought it would be as at present on my live site you manually enter the ID.
Since I changed php.ini to add a session path I get Array(), but before I...
Forum:
PHP
08-03-2012, 11:27 PM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
Hi Andrew That was me just trying about...
Hi Andrew
That was me just trying about every thing I could think of, obviously should be:
$_SESSION[VID]=$_POST[VID];
Even with the correct line it does not work.
Used your suggestion...
Forum:
PHP
07-31-2012, 05:11 PM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
Thanks for the input! Using Post a table was...
Thanks for the input!
Using Post a table was a poor choice of words. What I meant is having made a choice by clicking on the radio button and entering the other variables I would want to submit...
Forum:
PHP
07-30-2012, 10:50 PM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
Hi Order is as listed! Code works when I...
Hi
Order is as listed!
Code works when I input via an input form text box in the VInput.php file. I am trying to make the scripts more user friendly, but this one is giving me a headache!
I...
Forum:
PHP
07-30-2012, 07:56 PM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
Showtype.php <?php ...
Showtype.php
<?php
include("Loc_cverse_connect.php");
doDB();
session_start();
//verify the Event exists
$verify_Event_sql = "SELECT ID, Event_Type FROM Events WHERE ID =...
Forum:
PHP
07-30-2012, 04:54 PM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
Hi ID is a number! Pasted in the code but...
Hi
ID is a number!
Pasted in the code but igives this error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near...
Forum:
PHP
07-29-2012, 11:15 PM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
I have pasted your code into final php script,...
I have pasted your code into final php script, which outputs verse as PDF file.
There was a mistake in the code, missing ) after first $_POST[ID].
I added it just before the $Get_Verse_sql line....
Forum:
PHP
07-29-2012, 10:00 AM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
Thanks for that, but it still does not work. Is...
Thanks for that, but it still does not work.
Is my syntax correct in the final script or is the $_SESSION in the wrong place?
Forum:
PHP
07-28-2012, 05:53 PM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
Using $_SESSION
I have opened a session on showtype.php and added:
$_SESSION[ID]=".$_POST.";
Is this the correct way to do this?
Also not sure where to put it.
I tried putting it after the submit, but it did not...
Forum:
PHP
07-26-2012, 12:35 PM
Replies:
21
POST Problem
Views:
1,447
Posted By
rockyhudson
POST Problem
I am having problem with POST which I am trying to pass a variable from a script which is 2 scripts away from the script that needs this variable.
Here is the order that the scripts run:...
Forum:
HTML & CSS
07-15-2012, 04:49 PM
Replies:
4
Input Form giving strange results!
Views:
460
Posted By
rockyhudson
Tried that, but still stays black, when I click...
Tried that, but still stays black, when I click on the REd radio button.
Why do the other two sections work which are also checkbox?
Forum:
HTML & CSS
07-15-2012, 01:47 PM
Replies:
4
Input Form giving strange results!
Views:
460
Posted By
rockyhudson
Hi The FPDF script will only accept RGB...
Hi
The FPDF script will only accept RGB format, so hex values will not work.
Your reply does not address the reason that this section of the form is ignored when the POST is processed.
Forum:
HTML & CSS
07-14-2012, 08:07 PM
Replies:
4
Input Form giving strange results!
Views:
460
Posted By
rockyhudson
Input Form giving strange results!
I have scripted an input form which outputs using POST method and all of the posts work bar one!
I am using FPDF and want to change the font colour, so I have devised a method where I have created a...
Forum:
HTML & CSS
07-11-2012, 05:25 PM
Replies:
2
Problems with POST
Views:
278
Posted By
rockyhudson
I have altered the script path to integrate card...
I have altered the script path to integrate card size selection(1) and other variable selection onto one script. This eliminates (1) and replaces (4);
<?xml version="1.0" encoding="UTF-8"?>...
Forum:
HTML & CSS
07-11-2012, 02:16 PM
Replies:
2
Problems with POST
Views:
278
Posted By
rockyhudson
Problems with POST
I am relatively new to programming and have a couple of problems that I can’t solve.
I am writing some scripts to access a MYSQL database which contains data for greetings verses that printout onto...
Forum:
General web building
02-14-2012, 10:41 PM
Replies:
6
Displaying output from html within page frame
Views:
1,139
Posted By
rockyhudson
Hi Managed to figure out what you said about...
Hi
Managed to figure out what you said about target on the w3 site.
What I meant was that I wanted all of the content of the pages to display in the same area on the screen and all of the...
Forum:
General web building
02-13-2012, 04:07 PM
Replies:
6
Displaying output from html within page frame
Views:
1,139
Posted By
rockyhudson
The PDF output is working OK! I am using FPDF...
The PDF output is working OK!
I am using FPDF which converts the output from MySQL into printable text.
My problem is that when you go into the scripts that I have written to use this, it does...
Showing results 1 to 25 of 29
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
08:35 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.