Search
 
SCRIPT & CODE EXAMPLE
 

PHP

SMARTY compose variable key array

{for $i=1 to 20}
									{assign var="id" value="{'longlink'|cat:$i}"}
									{if ('longlink'|cat:$i)|array_key_exists:$wsc}
										<tr id="tr_link{$i}">
											<td><div ><b>{literal}{$shortlink{/literal}{$i}{literal}}{/literal} </b></div></td>
											<td><input type="text" name="longlink{$i}" value="{$wsc.{$id}}" size="62"></td>
											<td> <a class="remove" type="button"><img src="images/remove.svg" alt="{$i}" width="23px" style="cursor:pointer;padding: 10px;" /></a></td>
										</tr>
										{/if}
									{/for}
Comment

PREVIOUS NEXT
Code Example
Php :: Ciclo for PHP ejemplos 
Php :: if Offset php 
Php :: upload and view pdf file in php 
Php :: generate random color php 
Php :: Combining AND, OR and NOT 
Php :: registration welcome email laravel 
Php :: gerar aquivo csv php 
Php :: php send to message to mobile number using springedge 
Php :: laravel file upload 
Php :: php set 404 page 
Php :: php code obfuscator 
Php :: how to create a modal in php 
Php :: laravel make migration 
Php :: ERROR: Module mpm_event is enabled - cannot proceed due to conflicts. It needs to be disabled first! Considering conflict mpm_worker for mpm_prefork: ERROR: Could not enable dependency mpm_prefork for php7.2, aborting 
Php :: artisan command to add resources to controller 
Php :: Laravel9 Failed to listen on 127.0.0.1:8000 (reason: ?) 
Php :: function with parament php 
Php :: laravel remove index.php from url 
Php :: addphp calculate next letter 
Java :: java: cannot access javax.naming.Referenceable class file for javax.naming.Referenceable not found 
Java :: Java JDK 11 ubuntu 
Java :: lombok maven dependency 
Java :: android java close app 
Java :: install java apt 
Java :: objectmapper maven dependency 
Java :: How to see java versions mac 
Java :: java format 2 decimal places 
Java :: from string to int android studio 
Java :: SpEL define default 
Java :: keypressed java space 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =