Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rninja
  • Content: Threads
  • Order by date
  1. rninja

    Having trouble getting this script to work in IE/Firefox

    This works for the most part in IE. It creates new rows and deletes rows. Here are the problems: 1) the delete function doesn't delete the correct row intended. 2) Firefox does not work at all in terms of adding or deleting rows. Here is the code thusfar: <form name="form1" method="POST"...
  2. rninja

    Javascript not outputting HTML but rather text

    I am having trouble getting my HTML from "inputtext" to create a form element which can be deleted or added via incrementing, from the javascript. Here it is: <script type="text/javascript"> var counter = 0; function insertdiv(){ inputtext="<table width='100%' cellpadding='0'...
  3. rninja

    PHP fwrite not writing on linux box

    I am still having problems getting php to work. I removed all php program files from the linux server, then recompiled and installed php again. I can append to a file using fwrite but cannot use the option "w" to write to a file. I am testing it using a very simple write: <? $line =...
  4. rninja

    Fopen/Fwrite problem php-5.0.3 and linux

    Upgraded php to 5.0.3 and still not able to use fopen or fwrite. I check the php.ini and it is fine, I have permissions set properly for writes, and It was working before... Can anyone help me ascertain the issue and how to fix it? Thanks! Rninja http://www.Startegy.net
  5. rninja

    Having a problem writing files

    I have a script that simple takes a variable and places it into a file. Problem is lately the scripts don't write to the file and instead clear the file entirely. I try in command line on the linux box and it does write, but when launched on the web does not. Can any one assist? Here is the...
  6. rninja

    PHP, Curl and Paypal

    Hello everyone! I wanted to know how to do a very simple form variable pass with PHP and curl to paypal. My purpose is to use the forms on my site and simply use paypal to verify or deny payments for items. Anyone had luck with this? I am not looking for any pre-made package, I want to learn...
  7. rninja

    tieing in a javascript and php function

    How do I make a javascript function speak with a php function so to speak? Here is the idea: 1) I have a link that says "remove" which brings up a simple Javascript function which allows the user to choose yes or no. 2)If yes is clicked it should activate a php function which deletes records...
  8. rninja

    problem with multi-form elements into MySQL DB

    I am trying to create a scalable form in php. I have lets say about 30 items being retrieved from a MySQL database into a php form which can be resubmitted back to make modifications to the database entries. What I am having trouble doing is getting those items (as many as there will be) to go...
  9. rninja

    problem with sub-contained movie and variables

    I've got the php feeding a dynamic text field in a movie, and when I test it in flash it shows up. However this movie is loading in a container movie which loads about 5 different movies and doesn't show the variables. I tried checking for a colliding level, but everything is labeled into it's...
  10. rninja

    resize objects for browser in flash

    I am wondering how to have certain elements resize to browser width or height, while retaining the size of bitmaps. Can anyone point me to a tutorial or supply sample code? Rninja http://www.rninja.com
  11. rninja

    flash and mysql

    I am trying to learn how to setup a flash to php to mysql example. To keep it simple, this is what I would like to do: have the flash movie show a listing from mysql. The mysql database will consist of only two fields: name and number. I would like to see this sample created in the simplest...
  12. rninja

    flash and database

    I tried one of the FAQ scripts here for the Flash and Database integration, and it doesn't work. I suspect it's the flash, but not quite sure. I've got the swf file from the FAQ and the PHP, but it doesn't write to the DB, simply posts to itself. I tested changing the file name of the included...
  13. rninja

    loading php vars into flash at random

    Hello everyone. I am trying to use php variable in a flash movie. More specifically, I want to have a random movie show up in the main loading movie and all of the php variables show up based on the random selector. EXAMPLE: Main Movie->Random Movie(1-10){loads: title, description, image...
  14. rninja

    Sql File issues

    I have a problem here. I received a file from a client and it seems to be their database, but the file is full of garbage. Can anyone identify this and/or tell me what I can do with it? I will not post the whole thing here since it is over 4MB of text data and the data is sensitive but here is...
  15. rninja

    SQL file problem?

    I have a problem here. I received a file from a client and it seems to be their database, but the file is full of garbage. Can anyone identify this and/or tell me what I can do with it? I will not post the whole thing here since it is over 4MB of text data and the data is sensitive but here is...
  16. rninja

    Looping through vars and sending to mail

    I am pretty sure there is a way to do this but I am having errors. I want to be able to loop through $_POST variables and place the output into an email. What I am doing is supplying a form that sends to itself then if the form was completed, the variables get looped into a message that is...
  17. rninja

    creating a flash marquee that alternates and is endless

    My goal is to make a marquee with the words: "Great Stuff!". What I want it to do is just keep coming on the screen from one side until it passes through and never ends. I want one line going right, and one going left, basically alternating marquees. The words are basically just repeating...
  18. rninja

    problem referencing tables

    I've got the table structure like so: main info: members referenced icons:member_icons linking table: icon_types What I am trying to do is build a search for my site and I would like to pick out specific icons from the icon_types table. The icons are referenced by numbers. Here is an example...
  19. rninja

    Changing a binary field in MSSQL

    How do you alter a binary field's contents in MSSQL? I had the db built by another developer and need to change a password held in a binary field, but I am not sure of how to change it. Thanks! Rninja http://www.rninja.com
  20. rninja

    Coldfusion and MSSQL enter error

    I keep getting this message. I am not a coldfusion programmer so I would need someone to walk me through a bit. I understand obvious or some of the programming, but I want to fix this and it always happens on this one page... [MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL...

Part and Inventory Search

Back
Top