Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 61
Search took 0.30 seconds.
Search: Posts Made By: Sing
Forum: JavaScript programming 07-09-2012, 05:10 AM
Replies: 3
Views: 504
Posted By Sing
Since PHP is server side, that code should work,...

Since PHP is server side, that code should work, and would appear as var theText=document.createTextNode("hello"); on the client side.

If you need help with how to pull data from your database,...
Forum: JavaScript programming 07-09-2012, 03:14 AM
Replies: 5
Views: 381
Posted By Sing
I'm not too familiar with those, maybe try the...

I'm not too familiar with those, maybe try the fellas in server side coding? (http://www.codingforums.com/forumdisplay.php?f=6)
Forum: JavaScript programming 07-09-2012, 02:56 AM
Replies: 2
Views: 494
Posted By Sing
This is a PHP / server side issue, your original...

This is a PHP / server side issue, your original code didn't use javascript to alert anything
Forum: JavaScript programming 07-09-2012, 02:52 AM
Replies: 5
Views: 381
Posted By Sing
The codes you posted are PHP, not javascript. And...

The codes you posted are PHP, not javascript. And no, it's not encoded, it is checking if $_GLOBAL['name'] matches a specific format.
Forum: JavaScript programming 07-09-2012, 02:46 AM
Replies: 10
Views: 704
Posted By Sing
<script type="text/javascript"> function...

<script type="text/javascript">
function changePrac(){
document.getElementById("pracDesc").innerHTML = "test";
document.prac.src = "/uploads/pracs/test.jpg";
}
</script>


Couple extra...
Forum: JavaScript frameworks 07-09-2012, 02:04 AM
Replies: 8
Views: 840
Posted By Sing
Is that your whole code? What you posted lacks...

Is that your whole code? What you posted lacks the jQuery file(s)
Forum: PHP 07-07-2012, 10:45 PM
Replies: 4
Views: 451
Posted By Sing
Yeah, I'm still new to this. I removed that...

Yeah, I'm still new to this.

I removed that (and updated my original post)
Forum: PHP 07-07-2012, 10:09 PM
Replies: 4
Views: 451
Posted By Sing
That's what has got me really stumped. All of...

That's what has got me really stumped. All of those characters disappeared before sending to the database.

I added sanitizeIn() to it because When I tried words with apostrophes, it was getting an...
Forum: PHP 07-07-2012, 12:24 PM
Replies: 4
Views: 451
Posted By Sing
Removing special characters accidentally?

For some reason, $text's value in the following page is removing some special characters, and I didn't even wrap it in a cleaning function

session_start();
include('config.php');...
Forum: PHP 07-04-2012, 02:23 AM
Replies: 1
Views: 235
Posted By Sing
Never mind, I changed it to mysql_query instead...

Never mind, I changed it to mysql_query instead of mysqli_query and it works. go figure
Forum: PHP 07-03-2012, 11:48 PM
Replies: 1
Views: 235
Posted By Sing
Using a variable in mysql output

Hi, I'm trying to use a posted column name to output it's contents. It's hard for me to explain, so maybe the code below will speak better.

$field = $_POST['id']; // this is the column name posted...
Forum: JavaScript programming 11-25-2010, 09:45 PM
Replies: 15
Views: 1,831
Posted By Sing
Okay, let's garbage my code. Could somebody help...

Okay, let's garbage my code. Could somebody help me code a working version of that page (the original, not mine), if you have a little time to spare? I have a few minor specs for it:

- My images...
Forum: JavaScript programming 11-25-2010, 07:20 PM
Replies: 15
Views: 1,831
Posted By Sing
I tried putting the same exact code from that...

I tried putting the same exact code from that site onto mine - no modifications or anything, and it STILL doesn't work. What am I doing wrong?

Live Demo Page...
Forum: JavaScript programming 11-25-2010, 05:56 AM
Replies: 15
Views: 1,831
Posted By Sing
Could you check out...

Could you check out http://bokehman.com/do_it_yourself_avatars/ - that's the script in action. Mine has the same value for each of them due to me being a little frustrated with the script and not...
Forum: JavaScript programming 11-25-2010, 03:43 AM
Replies: 15
Views: 1,831
Posted By Sing
Edit:I took it down to the core basic, and STILL...

Edit:I took it down to the core basic, and STILL no luck. Hopefully you can help me more when it's like this? It has no PHP or anything complicated, and still doesn't work. Help will be appreciated....
Forum: JavaScript programming 11-25-2010, 02:26 AM
Replies: 15
Views: 1,831
Posted By Sing
http://bokehman.com/do_it_yourself_avatars/ ...

http://bokehman.com/do_it_yourself_avatars/

That is the site I got this script from. I'm a little sad to see that theirs works, meaning somewhere along the line I messed mine up. I'm now comparing...
Forum: JavaScript programming 11-25-2010, 01:24 AM
Replies: 15
Views: 1,831
Posted By Sing
http://testingsite.forumakers.com/-h17.htm ...

http://testingsite.forumakers.com/-h17.htm

That isn't my site or what it is hosted on, my current ftp is acting up and I'm not able to do much there.

I'm sorry if it is still missing something...
Forum: JavaScript programming 11-25-2010, 12:57 AM
Replies: 15
Views: 1,831
Posted By Sing
The only PHP it uses is to list items from a...

The only PHP it uses is to list items from a user's inventory, and to submit the values to mysql. But I understand, I'll make a demo that doesn't require an account or logging in.
Forum: JavaScript programming 11-24-2010, 11:24 PM
Replies: 15
Views: 1,831
Posted By Sing
How to make this script work?

Hello! I have the following code that I just can't seem to get to work.

Here are the issue that aren't working:

1. The items that are stored in the users account aren't showing up as selected...
Forum: PHP 07-10-2010, 08:36 PM
Replies: 1
Views: 450
Posted By Sing
Positions results?

Hello! I have the following code:

<?
$usersql = mysql_query("select * from usr_users where username = '$_SESSION[usr_name]'");
$user = mysql_fetch_array($usersql);
$getfurni =...
Forum: Flash & ActionScript 06-30-2010, 07:09 PM
Replies: 3
Views: 1,656
Posted By Sing
I didn't know that. I'll check it out - thanks!

I didn't know that. I'll check it out - thanks!
Forum: Flash & ActionScript 06-30-2010, 05:25 AM
Replies: 3
Views: 1,656
Posted By Sing
Possibly help me create a flash script?

Hello! I was wondering if anybody has some spare time in which they can help me make a simple flash catalog script. I don't have the money to spend on flash at the moment, especially just for this...
Forum: PHP 06-28-2010, 08:56 PM
Replies: 2
Views: 860
Posted By Sing
Here's a script I found. I just cannot get it to...

Here's a script I found. I just cannot get it to work the way I wanted - could anybody help?

<?php
/*
Place code to connect to your DB here.
*/
include('config.php'); // include your code...
Forum: PHP 06-28-2010, 10:20 AM
Replies: 3
Views: 864
Posted By Sing
I've attached a PHP Contact form I use whenever I...

I've attached a PHP Contact form I use whenever I need one. I've found it to be simple but effective, and easy to install. You can style it and what not
Forum: PHP 06-28-2010, 10:13 AM
Replies: 2
Views: 860
Posted By Sing
Advanced pagination?

Hello! I am creating a little relatively simple virtual catalog, but frankly, I'm a coding novice (quite obviously) and could not figure out how to configure a regular pagination for my needs.
...
Showing results 1 to 25 of 61

 
Forum Jump

All times are GMT +1. The time now is 02:53 AM.