Search Results

Showing results 1 to 40 of 134
Search took 0.01 seconds.
Search: Posts Made By: HITMANOF44th
Forum: PHP 2 Days Ago
Replies: 3
Views: 271
Posted By HITMANOF44th
needed to use a /n /r
in the echo
Forum: PHP 6 Days Ago
Replies: 5
Views: 253
Posted By HITMANOF44th
where ever you have the submitt button or the feilds for the user info

you have to put a <form> </form> and the button will submitt it

it doesnt have to be in php if your feilds are html...
Forum: PHP 6 Days Ago
Replies: 3
Views: 271
Posted By HITMANOF44th
i belive it could work since it is a html format email but i am not using javascripting i just made a counter in the php and made all my <tr><td></td></tr> that way
Forum: PHP 6 Days Ago
Replies: 2
Views: 232
Posted By HITMANOF44th
i would have to say learn flash (action scripting) and make the games in it
Forum: PHP 6 Days Ago
Replies: 3
Views: 271
Posted By HITMANOF44th
ok i can post the script if you guys want its kinda on the large side mostly i just need to bounce some ideas off you

i made a event calendar and now i am making a script to email
users of the...
Forum: PHP 6 Days Ago
Replies: 5
Views: 253
Posted By HITMANOF44th
if you want it to go to a second page when a user clicks a button
use

echo "<form name='input' action='".$_SERVER['php_self']."' method='POST'> to post the data to that page or just change the...
Forum: PHP 21 Days Ago
Replies: 12
Views: 311
Posted By HITMANOF44th
im not really following what you are trying to do if you wanna tell me with a little bit better of a explanation i can def help but i think this is what you are trying to do let me know

echo...
Forum: PHP 23 Days Ago
Replies: 7
Views: 263
Posted By HITMANOF44th
session_start();

if ($_SESSION["user_type"]) {
Echo " i am a admin ";
}
Forum: PHP 23 Days Ago
Replies: 7
Views: 263
Posted By HITMANOF44th
well if you asre using a mysql / sql data base for user auth you can have a feild that says if the user is a admin then you can just have a session that stores that data and use a if statment to...
Forum: PHP 23 Days Ago
Replies: 4
Views: 337
Posted By HITMANOF44th
to read from a users computer and upload it to the server ?
because that i dont think is possible with php alone but i could be wrong
Forum: PHP Oct 6th, 2009
Replies: 107
Views: 3,292
Posted By HITMANOF44th
i would say the awsomeness and many uses of echo
would be a good tutorial
because i remember when i started out i though
you had to echo each thing and its was a pain
till i learned the better...
Forum: PHP Sep 18th, 2009
Replies: 6
Views: 740
Posted By HITMANOF44th
<?php

/**
* @author Jeremy Boron
* @copyright 2009
* @company KRAZY GEEK DOT COM
*/
Forum: Windows Servers and IIS Aug 28th, 2009
Replies: 3
Views: 1,236
Posted By HITMANOF44th
did you reset your vpn endpoint ? that and i would just make sure the firewall is just not being stupid with itself
Forum: Windows tips 'n' tweaks Aug 28th, 2009
Replies: 1
Views: 328
Posted By HITMANOF44th
tweak ui is pretty good to get rid of control panel and what not
if it is windows xp you can make a second account and disable almost every thing on it from user management and then set it to auto...
Forum: Troubleshooting Dead Machines Aug 28th, 2009
Replies: 3
Views: 407
Posted By HITMANOF44th
well if it says that there is no operating system i would say to
try intalling a diffrent hard drive
Forum: PHP Aug 14th, 2009
Replies: 2
Views: 310
Posted By HITMANOF44th
what your going to want to do is make a forum for that table and when they click on the header name have it post to it self and then use those vars to sort it in the query
Forum: PHP Aug 14th, 2009
Replies: 3
Views: 219
Posted By HITMANOF44th
just to clear something up
are you working on your own messaging system

if you are you would have to make maybe a feild in the
database that just keeps the status of the emai l read / unread
Forum: PHP Aug 11th, 2009
Replies: 8
Solved: Dynamic Login
Views: 404
Posted By HITMANOF44th
yea you would kinda need to get a pretty good understanding of php and a database to do what you are trying to do
Forum: PHP Aug 6th, 2009
Replies: 5
Views: 466
Posted By HITMANOF44th
on your webserver you make a new folder then extract all the phpmyadmin files into that folder once you did that you goto

www.yoursite.com/thatnewfolder

and it should come up
Forum: PHP Jul 13th, 2009
Replies: 6
Views: 436
Posted By HITMANOF44th
my post came late i retract it
Forum: *nix Software Jul 13th, 2009
Replies: 2
Views: 566
Posted By HITMANOF44th
after you installed it did you start up the server ?
# /opt/lampp/lampp start

you run that command just change the /opt/ to the directory you have your xampp then just copy your files into the...
Forum: PHP Jun 23rd, 2009
Replies: 2
Views: 295
Posted By HITMANOF44th
now are you grabbing dates from the database then you want to display the data on another page

or will you just have dates on one page and when you click on the dates button and or text link it...
Forum: PHP Jun 23rd, 2009
Replies: 4
Solved: sql query help
Views: 406
Posted By HITMANOF44th
for some reason i over looked something thing but when i set the variables to zero so they had a starting of 0 it worked fine thats for the reply shawn
Forum: PHP Jun 22nd, 2009
Replies: 4
Solved: sql query help
Views: 406
Posted By HITMANOF44th
yea the var is correct and the data is in the database im sure of that
also if i search for A11 it does come up and if i search for 123 it does come up but if i do search for A11-123 it does not...
Forum: PHP Jun 22nd, 2009
Replies: 4
Solved: sql query help
Views: 406
Posted By HITMANOF44th
i am building some thing that will grab part numbers and description
from a data base works great when you type in part of a word or part of the part number the issue i run into is when i type in...
Forum: Networking Hardware Configuration Jun 22nd, 2009
Replies: 2
Views: 475
Posted By HITMANOF44th
if you have another router or switch in front of that router you may want to disable dns server and the plug the cat 5 into one of the ports that is not wan so that the router becomes a switch /...
Forum: Network Security Jun 22nd, 2009
Replies: 3
Views: 681
Posted By HITMANOF44th
well i guess he's running a proxy so if you were to bypass the proxy it would work you can either go find some proxy servers out there or you can use websites like turbohide.com
Forum: Windows NT / 2000 / XP Jun 22nd, 2009
Replies: 11
Views: 761
Posted By HITMANOF44th
well if your other program deleted infected files might have deleted all the .exe that were connected to those programs hence it pops up the box and asked you where the file is located
Forum: Novell Jun 19th, 2009
Replies: 14
Views: 5,940
Posted By HITMANOF44th
i used to have redhat went with centos because in my opinion hardware support is better and runs more stable

remember i said in my opinion don't want to step on any toes or start debates
Forum: Geeks' Lounge Jun 19th, 2009
Replies: 75
Views: 4,775
Posted By HITMANOF44th
Forum: Monitors, Displays and Video Cards Jun 19th, 2009
Replies: 2
Views: 336
Posted By HITMANOF44th
last time i had a problem with lines on the screen it just ended up being a bad cable that goes from the moniter to the pc
Forum: Windows NT / 2000 / XP Jun 18th, 2009
Replies: 18
Solved: XP Won't Boot
Views: 777
Posted By HITMANOF44th
since your pc will boot in safe mode i guess you have some nastyies floating around in there and like godsp3ed said you should replace the system files it would make it run well again one way is how...
Forum: Windows Vista and Windows 7 Jun 18th, 2009
Replies: 2
Views: 597
Posted By HITMANOF44th
is it a sata hard Drive that is split into two partitions
i would just go to the manufacturer website and get the
drivers for the controller card and or chipset so when windows
askes if you...
Forum: HTML and CSS Jun 17th, 2009
Replies: 4
Views: 390
Posted By HITMANOF44th
and you need help with what exactly you want us to hand over the code for a design or you have something your working and need help are you trying to make it in flash / HTML/php ? your request is a...
Forum: Windows NT / 2000 / XP Jun 17th, 2009
Replies: 18
Solved: XP Won't Boot
Views: 777
Posted By HITMANOF44th
might be the video card settings did you try to take out the power plug then pop out the cmos battery and leave it out for like 20mins and start up the pc also if you use a cheap after market video...
Forum: Windows Software Jun 17th, 2009
Replies: 6
Views: 545
Posted By HITMANOF44th
because i know in word you can set passwords for files so only if you know the password you can view edit that file
Forum: Windows Software Jun 17th, 2009
Replies: 6
Views: 545
Posted By HITMANOF44th
cant you just password protect the file ?
Forum: Viruses, Spyware and other Nasties Jun 17th, 2009
Replies: 5
Views: 1,110
Posted By HITMANOF44th
download the ultimate boot disk then run the avg off of it this boots instead of windows and will allow you to do greater things with files be weary of the paration tools and be weary when the av...
Forum: Networking Hardware Configuration Jun 17th, 2009
Replies: 3
Solved: I need help =(
Views: 488
Posted By HITMANOF44th
well that all depends if you connect to the router with a cat 5 cable does it connect and get the ipaddress / dns / and gateway from the router ?
Forum: Troubleshooting Dead Machines Jun 17th, 2009
Replies: 4
Views: 699
Posted By HITMANOF44th
a disconnect every thing else cdroms and other hardrive's
b would be to swap the ide cable to a different one
c would be to swap the power cable to a different one
d if the hardive is set on...
Showing results 1 to 40 of 134

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC