Vex Star

Vex Star

Computers and Programming

Vex Star RSS Feed
 
 
 
 

Posts tagged html

HTML META pass values

So I have this bit of code written as a php in html:
echo "<meta HTTP-EQUIV=REFRESH content="0; baud_rate_set.php?check_board=$_REQUEST[check_board]">";
How do i pass it another value that i define (baud_rate=9)?been doing this stuff for about a week, so if there’s any ideas i’d love emecho "<meta HTTP-EQUIV=REFRESH content="0; baud_rate_set.php?check_board=$_REQUEST[check_board]&baud_rate=9">";

Need Perl program to parse amazon book page

Can anyone of you leet hax0rs hack up a Perl program that can parse an Amazon book page and notify me when a used book is less than a certain amount? I could run it through the Windows scheduler to check every 5 minutes and it would help a lot.I get paid to do [...]

tracing an email from a yahoo account?

posted in the main forum but didnt get any views/help.
company got a weird email today from who they suspect is a competitor thats been trying to fuck us over for awhile. i dont really give a shit but they asked if there was a way to trace the email back to an IP or something. [...]

PHP VS Ruby on Rails. Which one is best for a beginner?

Obviously I will also be needing to implement MySQL in there as well. Well? Which would you suggest for a beginner?I’ve never seen, nor really know anything about ruby, so my vote is PHP

How long would it take someone to learn PHP? How long before I could edit stuff, etc…?

Please help.

well here.

this sounds good, right?
but i dont really understand how this stuff works.

i don’t even know which version to download.
i build basic html websites, and have been using mal’s ecommerce which intergrates with my html website to become a shopping cart. it’s easy to use but has no traditional backend, and also requires a lot [...]

How do I do a chained event form in HTML?

I want a user to select an option from a drop down menu, then based on what was chosen, open another drop down menu for a subset of the selection that was made in the first menu. How do I do this? I only know how to do 1 drop down menu and [...]

I have some very interesting spyware/malware……

Never seen or heard of it before.
Take for instance, OT. Look at the top of this page………you see the two side by side banners for advertisors? This spy/mal-ware actually replaces those with spamming banners. Some make noises and talk……like those ads we all hate. I can refresh the screen……and it will randomly show the [...]

Programming for Beginners

I am looking to get into programming/Dev work.
I have been doing HW/network/tech support for a long time and I am burned out on it. I was talking to one of our developers at work and he suggested reading up on and starting with C# and ASP.net.
Any suggestions/thoughts/book recommendations for a newby? I have absolutely 0 [...]

Website ‘Media Player’

Do any of you know if it is possible to make it so if any .wmv / .avi file is clicked on my website, it is automatically loaded either in that window, or in a popup.. instead of prompting user to download?
People upload files to my website, and want to be able to play the [...]

website contact form not working

my form doesn’t work. can anyone help me?
here’s the code in the html file:
<form method="POST" action="contact2.php">
Fields marked (*) are required
<p>Email From:* <br>
<input type="text" name="EmailFrom">
<p>FirstName:<br>
<input type="text" name="FirstName">
<p>LastName:<br>