|
|
Joined: May 2000
Posts: 2
Junior Member
|
Junior Member
Joined: May 2000
Posts: 2 |
Hello there. On upload file there a code: if ($UpFile ne "") { $FileName = $MemberID; $newmain = $FileName;
This one only put members ID without ext .gif like 000012, but if i replace:
$FileName = $MemberID.gif; $newmain = $FileName;
This one put members ID gif without . "dot" like 000012gif. I'm not good in perl. Is there the way that i can modify with ext .gif like 000012.gif. Thank in advance for your help.
|
|
|
|
Joined: Sep 2000
Posts: 755
P.I.T.A. / Programmer
|
P.I.T.A. / Programmer
Joined: Sep 2000
Posts: 755 |
$FileName = "$MemberID.gif";
or
$FileName = $MemberID . '.gif';
Without the quotes, the . concatenates (combines).
--mark
"Annnnnnnndd now, opening for Iron Maiden...... WYLD STALLYNS!!!" --Bill S. Preston, Esquire and Ted "Theodore " Logan
|
|
|
|
Joined: May 2000
Posts: 2
Junior Member
|
Junior Member
Joined: May 2000
Posts: 2 |
Thank you Mark. ![[Linked Image]](https://ubbdev.com/ubb/smilies//smile.gif)
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 254
Joined: January 2000
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|