Sponsored Content
Full Discussion: Basic php help
Top Forums Web Development Basic php help Post 302917997 by barrydocks on Friday 19th of September 2014 04:31:38 PM
Old 09-19-2014
If I simply do a cut & paste:

Code:
<?php if($row_spec_rx['locked'] == 1)  { 
echo "locked"; 
} 
else { 
<a href="update_spec_rx.php?spec_RxID=<?php echo  $row_spec_rx['spec_rx_id']; ?>"  target="_parent"><button>Amend</button></a>;  
} 
?>

I get:
Quote:
Parse error: syntax error, unexpected '<' in C:\UwAmp\www\testmypms\spec_rx4.php on line xx
 

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Basic...

hi, I am pretty new both to unix and this forum, can anyone help me to give shortcuts to my commands... eg:- instead of "cd /usr/bin" i want to to give " bin " and get to that path. I'm using HP-UX 11.0 abey (2 Replies)
Discussion started by: abey
2 Replies

2. HP-UX

Bt-basic

Hi Guys, I very new to bt-basic even I got 8 years experience on UNIX. I searched through google about bt-basic but nothing really give me solid documentation. Anybody have documentation or manual for this bt-basic? Pls help me (2 Replies)
Discussion started by: shahru
2 Replies

3. HP-UX

to know the basic

Hi, Good morning I want to install HP-Unix in my PC. I already have windows XP home edition in my PC. I do not want remove XP,But I need HP-Unix in the same system. Is it posssible? If it is what is the name and version of HP-Unix cd? Where can I get the CD to install. I have... (4 Replies)
Discussion started by: nandhini
4 Replies

4. Shell Programming and Scripting

help on a basic example

hi, in a text file i have listed some file names, it look like this AAAA1 AAAA2 AAAA3 BBBBB1 AAAA4 BBBBB2 BBBBB3 AAAA5 AAAA6 BBBBB4 i want to make some operations on the files with name AAAAAx which is listed just before files with name BBBBBx that is: i want to select AAAA3,... (8 Replies)
Discussion started by: gfhgfnhhn
8 Replies

5. UNIX for Dummies Questions & Answers

basic if else

I know this is pretty basic, but i cant figure it out to save my life. i want it to ask for a variable, as long as that variable isnt -/0 i want it to print out the area. else if the variable is -/0, i want it to print out invalid entry. the only problem is it will still try to print out the... (1 Reply)
Discussion started by: cookiebooy
1 Replies

6. Solaris

Basic - how do I?

How do I use ls and grep together to count a certain number of files in a directory? -Thanks (1 Reply)
Discussion started by: secno
1 Replies

7. UNIX for Dummies Questions & Answers

Basic help

Hi , I need to know the difference between $((command)) and $(command) and $(($(command))). "" and '' and ``. I have tried searching the help files but cant able to find this. Could you let me knoq about any document. Thanks (4 Replies)
Discussion started by: Raj999
4 Replies

8. What is on Your Mind?

Vs basic

There isn't much of a relation between 80's BASIC and today's BASIC. A lot of languages seem similar. The BASIC I worked with was Dartmouth or VSBASIC. Now existing as ATARI BASIC. PERL and JULIA look appealing, it would be nice if there where a program like VSBASIC. 80's... (7 Replies)
Discussion started by: teak
7 Replies
HOZ(1)								   User Commands							    HOZ(1)

NAME
hoz - file splitter that uses the hacha file format SYNOPSIS
hoz [-pvf] [-c size[K|M]] [-o outpath] inputfname ghoz DESCRIPTION
HOZ is a file splitter, which uses the same file format as the popular 'Hacha' program. OPTIONS
-c --cut cut (file->pieces) -p --paste paste (pieces->file) -v --verbose verbose output -f --force force overwrite of file when pasting -o --outpath specify an output directory -h --help print this help, then exit --version print hoz program version number, then exit USAGE
There are two basic operations: cut and paste. Cut will 'split' a file in pieces. The size of each piece is passed as an option. Each piece will have a numeric extension, starting with 0. So for instance if you 'cut' a file called 'foo.iso', the pieces will be named 'foo.iso.0', 'foo.iso.1' and so on. Paste will 'merge' these pieces and generate and exact copy of the original file. ghoz is the graphical version of hoz, which uses a GTK GUI interface. SEE ALSO
You can find more information at http://hoz.sourceforge.net/ hoz 1.65 August 2008 HOZ(1)
All times are GMT -4. The time now is 06:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy