Search found 3 matches
- Wed Dec 22, 2021 4:52 pm
- Forum: General Discussion
- Topic: How i can generate many html files
- Replies: 4
- Views: 6473
Re: How i can generate many html files
There is system function RandomString(<num>) . But it returns the array of symbols, not words or phrases. I think that you want to use some meaningful text (not an array of random symbols) In this case you must have the prepared array of words, phrases or texts in some database. Next you can get ra...
- Tue Dec 14, 2021 1:58 am
- Forum: General Discussion
- Topic: How i can generate many html files
- Replies: 4
- Views: 6473
How i can generate many html files
hello
i have html code in text file like that
<html>
<head>
<title>hello</title>
</head>
<body>
<p>hello world</p>
</body>
</html>
i want generate many html files with random title , content and file names
i have html code in text file like that
<html>
<head>
<title>hello</title>
</head>
<body>
<p>hello world</p>
</body>
</html>
i want generate many html files with random title , content and file names
- Sat Nov 13, 2021 2:31 am
- Forum: General Discussion
- Topic: How can I upload a many files?
- Replies: 1
- Views: 3149
How can I upload a many files?
I have, for example, a number of text files 1.txt , 2 txt , 3.txt 4.txt 5.txt
I want the program to choose them when uploading to the site in the order file by file ..
I also want to save their links all in a text file
I want the program to choose them when uploading to the site in the order file by file ..
I also want to save their links all in a text file